index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
environments
/
environment.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Github comments are an excellent way to perform community code review -- keep...
David Heinemeier Hansson
2008-12-01
1
-2
/
+2
*
Even more polish of the default configration files and split off the session ...
David Heinemeier Hansson
2008-11-30
1
-29
/
+8
*
More organization based on priority
David Heinemeier Hansson
2008-11-30
1
-9
/
+5
*
Cleanup other examples and wording
David Heinemeier Hansson
2008-11-30
1
-9
/
+5
*
Rails::Configuration never had more details. Stop lying about it
David Heinemeier Hansson
2008-11-30
1
-1
/
+0
*
Its no longer common to run Rails in environments where you cant set the envi...
David Heinemeier Hansson
2008-11-30
1
-4
/
+0
*
Another piece of markup removed from environment.rb
David Heinemeier Hansson
2008-11-19
1
-1
/
+1
*
The docs in environment.rb are not going to be rendered so it doesnt make sen...
David Heinemeier Hansson
2008-11-19
1
-1
/
+1
*
Added config.i18n settings gatherer to config/environment, auto-loading of al...
David Heinemeier Hansson
2008-11-18
1
-0
/
+5
*
Merge docrails
Pratik Naik
2008-10-16
1
-0
/
+2
*
Merge docrails
Pratik Naik
2008-09-03
1
-1
/
+2
*
Inline help text was incorrectly telling user to uncomment line to use defaul...
Nigel Ramsay
2008-09-03
1
-1
/
+1
*
Removed suggestion for turning off partial updates.
Joshua Peek
2008-05-31
1
-4
/
+1
*
Merge docrails.
Pratik Naik
2008-05-25
1
-4
/
+4
*
Mention partial updates in environment.rb to make it easier for people to opt...
Michael Koziarski
2008-05-23
1
-0
/
+3
*
gems should be specified before plugins
David Heinemeier Hansson
2008-04-01
1
-5
/
+5
*
Added examples for config.gem
David Heinemeier Hansson
2008-04-01
1
-0
/
+6
*
New applications should use UTC as the default time zone
David Heinemeier Hansson
2008-03-26
1
-5
/
+5
*
Correct grammar in config.time_zone description in environment.rb
Geoff Buesing
2008-03-22
1
-1
/
+1
*
Added config.time_zone = 'UTC' as a commented-out option in the default envir...
Geoff Buesing
2008-03-22
1
-2
/
+4
*
Update generated comments to reflect the fact that config.frameworks works fi...
Michael Koziarski
2008-02-17
1
-2
/
+2
*
Cleanup documentation a bit and be more specific
David Heinemeier Hansson
2007-11-21
1
-0
/
+2
*
Cleanup documentation a bit and be more specific
David Heinemeier Hansson
2007-11-21
1
-12
/
+12
*
Fix environment.rb typos. Closes #9859 [fxn, mikong]
Jeremy Kemper
2007-10-14
1
-2
/
+2
*
Remind that you need a server restart for initializer defaults
David Heinemeier Hansson
2007-09-29
1
-1
/
+1
*
Added the :all option to config.plugins thatll include the rest of the plugin...
David Heinemeier Hansson
2007-09-21
1
-2
/
+3
*
Inform people that were using the cookie store as default and a caveat
David Heinemeier Hansson
2007-09-15
1
-1
/
+2
*
Normalize whitespace. Closes #8385 [Time Pope]
Jeremy Kemper
2007-05-27
1
-6
/
+6
*
Include Active Resource instead of Action Web Service [DHH]
David Heinemeier Hansson
2007-04-23
1
-1
/
+1
*
fix app generator
Rick Olson
2007-02-24
1
-1
/
+1
*
Added config/initializers where all ruby files within it are automatically lo...
David Heinemeier Hansson
2007-02-23
1
-16
/
+4
*
Move session settings closer together
David Heinemeier Hansson
2007-02-23
1
-7
/
+7
*
Oops, don't omit the session_key since it's used as the cookie name.
Jeremy Kemper
2007-02-22
1
-1
/
+4
*
Session configuration in config/environment.rb instead of app/controllers/app...
Jeremy Kemper
2007-02-22
1
-2
/
+6
*
Added text/csv as a default mime type and included example on how to make you...
David Heinemeier Hansson
2006-11-23
1
-0
/
+4
*
Revert environment changes for autoload_paths
Michael Koziarski
2006-10-31
1
-5
/
+1
*
Update environment.rb comments to include config.autoload_paths. Closes #6478...
Michael Koziarski
2006-10-24
1
-1
/
+5
*
Added config.plugins to control which plugins are loaded #6269 [skaes]. By de...
David Heinemeier Hansson
2006-10-17
1
-2
/
+5
*
Mention in docs that config.frameworks doesn't work when getting Rails via Ge...
Marcel Molina
2006-04-26
1
-1
/
+1
*
Don't match commented out RAILS_GEM_VERSIONs.
Nicholas Seckar
2006-04-07
1
-1
/
+1
*
Added -f/--freeze option to rails command for freezing the application to the...
David Heinemeier Hansson
2006-04-01
1
-1
/
+1
*
Specify gem version in environment.rb
David Heinemeier Hansson
2006-04-01
1
-0
/
+3
*
Doc fix (closes #4210) [Caio Chassot ]
David Heinemeier Hansson
2006-03-18
1
-1
/
+1
*
CHANGED DEFAULT: ActiveRecord::Base.schema_format is now :ruby by default ins...
David Heinemeier Hansson
2006-02-27
1
-3
/
+4
*
Added tmp/sessions, tmp/cache, and tmp/sockets as default directories in the ...
David Heinemeier Hansson
2006-02-25
1
-4
/
+0
*
Prepare order for uncommenting, use consistent opt options [DHH]
David Heinemeier Hansson
2006-02-25
1
-7
/
+7
*
Another word on precedence (closes #2790)
David Heinemeier Hansson
2005-11-09
1
-0
/
+2
*
Force RAILS_ENV to be "test" when running tests, so that ENV["RAILS_ENV"] = "...
David Heinemeier Hansson
2005-11-09
1
-3
/
+3
*
Increase criticality in comment for ENV["RAILS_ENV"]
David Heinemeier Hansson
2005-11-09
1
-1
/
+1
*
Added in bars to help guard against the production environment being used in ...
David Heinemeier Hansson
2005-11-07
1
-2
/
+2
[next]