Displaying 1 result from an estimated 1 matches for "football_leagu".
Did you mean:
football_league
2012 Jan 10
5
6 fundamental migration problems for beginners
...# Hi ##
I have 6 simple and fundamental Problem in RoR migration and although I
googled it and read many article about it and research it for a week , I
didn''t understand it. please help me for these problems :
----------
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 t...