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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Added config.threadsafe! to toggle allow concurrency settings and disable the...
Joshua Peek
2008-08-04
1
-0
/
+3
*
Removed config.action_view.cache_template_loading, use config.cache_classes i...
Joshua Peek
2008-07-15
1
-1
/
+0
*
requiring rubygems version 1.1.1
David Lowenfels
2008-07-15
1
-4
/
+4
*
Removed suggestion for turning off partial updates.
Joshua Peek
2008-05-31
1
-4
/
+1
*
Merge docrails.
Pratik Naik
2008-05-25
2
-5
/
+5
*
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
*
Added that gems can now be plugins if they include rails/init.rb (closes #114...
David Heinemeier Hansson
2008-03-27
1
-0
/
+1
*
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
*
Introduce TemplateFinder to handle view paths and lookups. Closes #10800.
Jeremy Kemper
2008-01-19
1
-1
/
+0
*
Show that a different cache store can be used
David Heinemeier Hansson
2008-01-09
1
-0
/
+3
*
Ruby 1.9 compatibility. References #1689.
Jeremy Kemper
2007-12-17
1
-2
/
+1
*
Turned on ActionView::Base.cache_template_loading by default in config/enviro...
David Heinemeier Hansson
2007-12-16
1
-0
/
+1
*
Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr...
Jeremy Kemper
2007-12-10
1
-0
/
+1
*
Allow double quotes around RAILS_GEM_VERSION also. Closes #10443 [James Cox]
Jeremy Kemper
2007-12-10
1
-1
/
+1
*
Cleanup documentation a bit and be more specific
David Heinemeier Hansson
2007-11-21
2
-2
/
+4
*
Cleanup documentation a bit and be more specific
David Heinemeier Hansson
2007-11-21
1
-12
/
+12
*
RAILS_GEM_VERSION may be set to any valid gem version specifier. Closes #10057.
Jeremy Kemper
2007-11-17
1
-2
/
+2
*
Load config/preinitializer.rb, if present, before loading the environment. Cl...
Jeremy Kemper
2007-11-17
1
-1
/
+12
*
Kill the whiny_protected_attributes setting and kill the exception raised. In...
David Heinemeier Hansson
2007-11-09
1
-3
/
+0
*
Use instead of STDERR in boot.rb. Closes #9988 [thewoolleyman]
Jeremy Kemper
2007-10-26
1
-3
/
+3
*
Refactor and test boot.rb. Include tests from and closes #9834.
Jeremy Kemper
2007-10-23
1
-26
/
+84
*
Merge [7832] from 1-2-stable: Correct RAILS_GEM_VERSION regexp. Use =version ...
Jeremy Kemper
2007-10-18
1
-8
/
+11
*
Fix environment.rb typos. Closes #9859 [fxn, mikong]
Jeremy Kemper
2007-10-14
1
-2
/
+2
*
config.active_record.whiny_protected_attributes. Closes #9816 [henrik]
Jeremy Kemper
2007-10-08
1
-1
/
+1
*
Raise ProtectedAttributeAssignmentError in development and test environments ...
Jeremy Kemper
2007-10-07
1
-0
/
+3
*
Remind that you need a server restart for initializer defaults
David Heinemeier Hansson
2007-09-29
1
-1
/
+1
*
[7668] part deux (forgot to add the railties love to the mix)
Rick Olson
2007-09-28
1
-0
/
+3
*
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
2
-7
/
+7
*
Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ...
David Heinemeier Hansson
2007-04-28
1
-3
/
+0
*
Include Active Resource instead of Action Web Service [DHH]
David Heinemeier Hansson
2007-04-23
1
-1
/
+1
*
Deprecation: remove components from controller paths. Canonicalize RAILS_ROO...
Jeremy Kemper
2007-03-18
1
-10
/
+1
*
Windows: include MinGW in RUBY_PLATFORM check. Closes #2982.
Jeremy Kemper
2007-03-06
1
-2
/
+2
*
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
*
Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [...
David Heinemeier Hansson
2007-02-04
1
-2
/
+2
*
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
*
Actually require the gem found
David Heinemeier Hansson
2006-11-23
1
-2
/
+2
*
Made RAILS_GEM_VERSION work for beta gems too, so specifying 1.1.6 will give ...
David Heinemeier Hansson
2006-11-23
1
-1
/
+2
[next]