Error generating mack application
Reported by DBA | August 21st, 2008 @ 03:45 PM | in 0.7.0
Just installed Mack (gem), using mackgems.com as the source, like it was suggested in the google group.
When attemping to generate an app the following error is displayed to you:
MacBookPro:sandbox DBA$ mack macktest
Created: macktest/test/helpers/views
Wrote: macktest/test/helpers/views/application_helper_spec.rb
Created: macktest/config/app_config
Wrote: macktest/config/app_config/production.yml
Created: macktest/app/views/default
Wrote: macktest/app/views/default/index.html.erb
Created: macktest/app/helpers/views
Wrote: macktest/app/helpers/views/application_helper.rb
Created: macktest/vendor/plugins
Created: macktest/test/helpers/controllers
Wrote: macktest/test/helpers/controllers/default_controller_helper_spec.rb
Created: macktest/lib/tasks
Exists: macktest/config
Wrote: macktest/config/routes.rb
Created: macktest/app/views/layouts
/Library/Ruby/Gems/1.8/gems/genosaurus-1.2.2/lib/genosaurus.rb:182:in `method_missing': NoMethodError
from (erb):8:in `template'
from /Library/Ruby/Gems/1.8/gems/genosaurus-1.2.2/lib/genosaurus.rb:137:in `template'
from /Library/Ruby/Gems/1.8/gems/genosaurus-1.2.2/lib/genosaurus.rb:137:in `open'
from /Library/Ruby/Gems/1.8/gems/genosaurus-1.2.2/lib/genosaurus.rb:137:in `template'
from /Library/Ruby/Gems/1.8/gems/genosaurus-1.2.2/lib/genosaurus.rb:167:in `generate'
from /Library/Ruby/Gems/1.8/gems/genosaurus-1.2.2/lib/genosaurus.rb:164:in `each_value'
from /Library/Ruby/Gems/1.8/gems/genosaurus-1.2.2/lib/genosaurus.rb:164:in `generate'
from /Library/Ruby/Gems/1.8/gems/genosaurus-1.2.2/lib/genosaurus.rb:188:in `generate_callbacks'
from /Library/Ruby/Gems/1.8/gems/genosaurus-1.2.2/lib/genosaurus.rb:163:in `generate'
from /Library/Ruby/Gems/1.8/gems/genosaurus-1.2.2/lib/genosaurus.rb:27:in `run'
from /Library/Ruby/Gems/1.8/gems/mack-0.6.1.100/bin/mack:38
from /usr/bin/mack:19:in `load'
from /usr/bin/mack:19
Comments and changes to this ticket
-

-

Mark Bates August 21st, 2008 @ 03:53 PM
- → State changed from new to resolved
(from [a79056ef536117603871dadaa567d73b8bfe8d15]) Fixed Error generating mack application [#112 state:resolved] http://github.com/markbates/mack...
-

Mark Bates August 21st, 2008 @ 03:54 PM
The error was caused by some generated documentation not being escaped properly. Give mackgems.com a few minutes to pick up the changes and rebuild the gems, then try again. Thanks.
-

Mark Bates August 21st, 2008 @ 03:57 PM
You'll probably want to remove the edge mack gem first before you try to reinstall it. The gems are live now.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Mack is a Ruby web application framework focused on writing distributed, portal-like, applications. it's built on best of breed technologies, such as Rack, Cachetastic, and DataMapper.
People watching this ticket
Referenced by
-
#112 Error generating mack application
(from [a79056ef536117603871dadaa567d73b8bfe8d15]) Fixed E...