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
/
lib
/
initializer.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit 'mainstream/master'
Pratik Naik
2009-02-22
1
-5
/
+9
|
\
|
*
load plugin view_paths to action_mailer view_paths and make action_mailer use...
Sven Fuchs
2009-02-22
1
-2
/
+2
|
*
Ensure that the app routes file is loaded even when engines are in play (Thji...
David Heinemeier Hansson
2009-02-22
1
-1
/
+1
|
*
break out of initializer early if gems aren't loaded [#1750 state:resolved]
Matt Jones
2009-02-20
1
-1
/
+5
|
*
Move development mode reloading up the stack to avoid issues with class reloa...
Joshua Peek
2009-02-20
1
-1
/
+1
*
|
Merge commit 'mainstream/master'
Pratik Naik
2009-02-19
1
-6
/
+3
|
\
|
|
*
Port fast reloadable templates from rails-dev-boost.
thedarkone
2009-02-12
1
-3
/
+3
|
*
Fix some edge cases when the same template is called with different local ass...
Andrew White
2009-02-10
1
-4
/
+2
|
*
Fixes a typo in initializer.rb producing error: undefined local variable or m...
Gaspard Bucher
2009-02-10
1
-1
/
+1
|
*
Still need to setup view paths
Joshua Peek
2009-02-09
1
-0
/
+12
|
*
Improve view rendering performance in development mode and reinstate template...
Andrew White
2009-02-09
1
-13
/
+0
*
|
Add some clarification of the side effects of threadsafe!
Mike Gunderloy
2009-02-09
1
-1
/
+2
|
/
*
Make sure all autoload constants are pulled in when using config.threadsafe! ...
Joshua Peek
2009-02-05
1
-2
/
+2
*
Disable eager loading for all rake tasks [#802 state:resolved]
Joshua Peek
2009-01-27
1
-1
/
+2
*
Setup ActiveRecord QueryCache middleware in the initializer
Joshua Peek
2009-01-21
1
-0
/
+1
*
Only insert metal middleware if any exist
Joshua Peek
2009-01-21
1
-1
/
+3
*
Decouple the local cache strategy from MemCacheStore for reuse with other rem...
Lourens Naude
2009-01-17
1
-2
/
+4
*
Added in a local per request cache to MemCacheStore. It acts as a buffer to s...
Nahum Wild
2009-01-15
1
-0
/
+3
*
Use Rack's MethodOverride lib [#1699 state:resolved]
Joshua Peek
2009-01-13
1
-1
/
+1
*
Move metal above method piggybacking middleware and add some test coverage
Joshua Peek
2009-01-03
1
-1
/
+1
*
Clean up view path cruft and split path implementations into Template::Path a...
Joshua Peek
2008-12-29
1
-3
/
+4
*
Make generated Metal bits a pure rack endpoint application (not middleware)
Joshua Peek
2008-12-17
1
-3
/
+1
*
Introduce Rails Metal
Joshua Peek
2008-12-16
1
-0
/
+10
*
Switch to Rack based session stores.
Joshua Peek
2008-12-15
1
-10
/
+2
*
Remove config dir from the load path
Jeremy Kemper
2008-12-03
1
-2
/
+1
*
Add internal middleware stack to Dispatcher
Joshua Peek
2008-12-01
1
-0
/
+5
*
Changed Rails.root to return a Pathname object (allows for Rails.root.join("a...
David Heinemeier Hansson
2008-11-30
1
-2
/
+2
*
Me loves me some whitespace
David Heinemeier Hansson
2008-11-30
1
-1
/
+6
*
Load app initializers by path relative to Rails.root
Jeremy Kemper
2008-11-29
1
-1
/
+1
*
Merge branch 'master' of git@github.com:rails/rails
Joshua Peek
2008-11-29
1
-6
/
+2
|
\
|
*
Enhanced Rails.root to take parameters that'll be join with the root, like Ra...
David Heinemeier Hansson
2008-11-29
1
-6
/
+2
|
*
Revert "Super lazy load view paths in development mode (no indexing or cachin...
David Heinemeier Hansson
2008-11-29
1
-4
/
+3
*
|
Reinstate "Super lazy load view paths in development mode (no indexing or cac...
Joshua Peek
2008-11-28
1
-3
/
+4
*
|
Revert "Super lazy load view paths in development mode (no indexing or cachin...
David Heinemeier Hansson
2008-11-27
1
-4
/
+3
|
/
*
Merge branch 'master' of git@github.com:rails/rails
David Heinemeier Hansson
2008-11-27
1
-3
/
+4
|
\
|
*
Super lazy load view paths in development mode (no indexing or caching at all...
Joshua Peek
2008-11-26
1
-3
/
+4
*
|
Added view path support for engines [DHH]
David Heinemeier Hansson
2008-11-27
1
-6
/
+2
|
/
*
Added that config/routes.rb files in engine plugins are automatically loaded ...
David Heinemeier Hansson
2008-11-26
1
-2
/
+7
*
Really remove components.
Jeremy Kemper
2008-11-24
1
-5
/
+1
*
Add config.preload_frameworks to load all frameworks at startup. Default to f...
Jeremy Kemper
2008-11-24
1
-0
/
+23
*
Initializer#env relies on StringInquirer autoload. Style fixes.
Jeremy Kemper
2008-11-24
1
-7
/
+4
*
Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting...
David Heinemeier Hansson
2008-11-22
1
-0
/
+8
*
add vendor/ back to load paths; catch errors in constant loading
Matt Jones
2008-11-18
1
-0
/
+1
*
Added config.i18n settings gatherer to config/environment, auto-loading of al...
David Heinemeier Hansson
2008-11-18
1
-0
/
+31
*
Make refresh_specs more resilient. Always add vendor/gems to gem search path....
Matt Jones
2008-11-01
1
-0
/
+1
*
Memoize the require and construction of the StringInquirer
Michael Koziarski
2008-10-19
1
-2
/
+4
*
Fix a number of errors in the config.gem mechanism.
Matt Jones
2008-10-05
1
-1
/
+1
*
Database connections are now pooled, one pool per #establish_connection call.
Jeremy Kemper
2008-09-02
1
-1
/
+1
|
\
|
*
Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...
Jeremy Kemper
2008-08-31
1
-1
/
+1
*
|
Remove call to active_record.allow_concurrency since it's deprecated
Nick Sieger
2008-08-29
1
-1
/
+0
|
/
[next]