Recent questions tagged ruby on rails

Description : Why does "ruby1.8 script/console" fails to invoke ruby1.8?

Last Answer : answer:I'm not a Rails guru, but I have been poking around lately with a Rails app under Debian. Apparently Rails' API is frequently broken between major versions. If your scripts are written for Rails 1 ... been keeping a blog about this project, you can check it out if you want the gory details.

Description : How do you remove a plugin in a Ruby on Rails application and scaffold?

Last Answer : answered my own question I think. script/generate scaffold lfp_contact didn't load the helpers with the right case sensitivity. change the helper method and was able to run script/server. Hopefully I will be ... keep all my cases lowercase. and I won't use underscores in my naming conventions. ^_^

To see more, click for the full list of questions or popular tags.