This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
49a84ff69c
rails--rails
/
railties
/
configs
History
David Heinemeier Hansson
4932f7b38f
Added db/seeds.rb as a default file for storing seed data for the database. Can be loaded with rake db:seed (or created alongside the db with db:setup). (This is also known as the "Stop Putting Gawd Damn Seed Data In Your Migrations" feature) [DHH]
2009-05-11 19:08:13 +02:00
..
databases
Add :reconnect option to generated mysql database.yml [
#1838
state:resolved]
2009-02-01 17:39:20 +00:00
initializers
Merge docrails
2009-04-05 12:36:36 +01:00
locales
Added config.i18n settings gatherer to config/environment, auto-loading of all locales in config/locales/*.rb,yml, and config/locales/en.yml as a sample locale [DHH]
2008-11-18 14:23:13 +01:00
empty.log
Updated the Rails generator command to work
2005-02-15 13:09:18 +00:00
routes.rb
Added notes to Routing documentation and routes.rb regarding defaults routes opening the whole application for GET requests
2008-07-10 09:29:27 +02:00
seeds.rb
Added db/seeds.rb as a default file for storing seed data for the database. Can be loaded with rake db:seed (or created alongside the db with db:setup). (This is also known as the "Stop Putting Gawd Damn Seed Data In Your Migrations" feature) [DHH]
2009-05-11 19:08:13 +02:00