Displaying 2 results from an estimated 2 matches for "instantrails2".
Did you mean:
instantrails
2008 Sep 04
1
can't find RMagick on Windows?
...ed the RMagick installation instructions for Windows and
everything appeared to go fine. I added the
require ''rubygems''
require ''RMagick''
lines to my controller. I get a MissingSourceFile error, with the
msg : no such file to load -- RMagick
I''m using InstantRails2.0, which uses Rails 2.0.2 and Ruby 1.8.6. I''m
pretty new to Ruby and Rails, so I don''t know what other info to
provide or what kinds of commands I could run to get more info on my
environment.
Would appreciate any help!
thanks
--~--~---------~--~----~------------~-------~--~----...
2009 Jan 26
0
undefined method error for a polymorphic route
...some posts recommending to do this.
After firing up the app and running my tests, I now see that my
polymorphic routes seem to be broken.
test_should_create_footerpage(PagesControllerTest):
NoMethodError: undefined method `footerpage_url'' for #<PagesController:
0x4814648
>
C:/InstantRails2/rails_apps/real_estate_application_2/vendor/rails/
actionpac
k/lib/action_controller/polymorphic_routes.rb:105:in `send!''
Has anyone run into anything like this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups...