search for: create_football_leagu

Displaying 1 result from an estimated 1 matches for "create_football_leagu".

2012 Jan 10
5
6 fundamental migration problems for beginners
...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 the rules of naming ruby for creating a class in that file ? (...