Displaying 1 result from an estimated 1 matches for "createfootballleagu".
Did you mean:
createfootballleague
2012 Jan 10
5
6 fundamental migration problems for beginners
...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 , although I had 3 migration, I just see
such a image in cmd : ( I attached this image )
and I didn''t any migration for another 3 migrations whereas sometimes
ago when I run a migration w...