RailsGripes

From $1

Table of contents
[MISSING]

Ruby on Rails is lovely, but I have a few complaints.

  1. If you have a table named "applications" you have a conflict when you "script/generate Application" because "rails app-name-here" creates an "application_helper.rb" helper module too. So long as you don't create any helper routines for your "applications" table, you can tell rails that it is OK to overwrite the helper or that it is NOT OK. The only difference between the two generated helpers is the comment for the app helper explains that stuff inside it is available throughout your system.
  2. Go ahead and generate "scaffold :entity-name"
  3. Where can I find a comprehensive reference to all the html helper tags? (And http://api.rubyonrails.com/ doesn't count.)

Tags:
none
 
Images (0)
 
Comments (0)
You must login to post a comment.