Displaying 1 result from an estimated 1 matches for "footballleague".
Did you mean:
football_league
2012 Jan 10
5
6 fundamental migration problems for beginners
...ems :
----------
1 - When I create a model (for example "rails generate model
Football_League") , I see in db/migration a "create_football_leagues.rb"
. I want know what is the rules of RoR for changing the name that I gave
to my migration ? ( My migration''s name was FootballLeague and ruby
cretaed "create_football_leagues.rb")
----------
2 - What is the rules of naming ruby for creating a class in that file ?
( Ruby created a "CreateFootballLeague" class in
"create_football_leagues.rb")
----------
3 - After I use rake db:migrate , althou...