This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-01-14 09:07:58 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
github33
rails
/
railties
/
configs
History
David Heinemeier Hansson
6d1494cec6
Its cookie_verifier_secret
2009-12-15 21:03:57 -08:00
..
databases
Add :reconnect option to generated mysql database.yml [
#1838
state:resolved]
2009-02-01 17:39:20 +00:00
initializers
Its cookie_verifier_secret
2009-12-15 21:03:57 -08: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
Fix typo in the generated routes.rb [
#2433
state:resolved]
2009-05-17 15:00:41 +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-08-18 16:08:50 +01:00