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
/
rails
/
application
/
finisher.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Match Dev/Prod parity for Index Page"
Piotr Sarnacki
2013-07-22
1
-3
/
+1
*
Match Dev/Prod parity for Index Page
schneems
2013-07-20
1
-1
/
+3
*
clearing autoloaded constants triggers routes reloading [Fixes #10685]
Xavier Noria
2013-06-06
1
-8
/
+27
*
Don't unhook autoloading in production
Andrew White
2013-02-19
1
-7
/
+0
*
Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...
Jeremy Kemper
2012-12-21
1
-9
/
+0
*
Use Rails to Render Default Index Page
schneems
2012-12-10
1
-0
/
+1
*
Job consumer logs to Rails.logger by default
Jeremy Kemper
2012-10-26
1
-0
/
+1
*
Use Ruby 1.9 Hash syntax in railties
Robin Dupret
2012-10-14
1
-2
/
+2
*
Test that a Rails.queue consumer is automatically started in production
Jeremy Kemper
2012-10-13
1
-1
/
+2
*
Backpedal from class-oriented config.queue. Set an actual queue instance.
Jeremy Kemper
2012-10-12
1
-2
/
+2
*
Fix build for Queue.
Arun Agrawal
2012-09-17
1
-1
/
+1
*
Move queue classes to ActiveSupport
Santiago Pastorino
2012-09-14
1
-2
/
+2
*
Fix failure on middleware/exceptions_test
José Valim
2012-08-23
1
-1
/
+1
*
Get rid of config.preload_frameworks in favor of config.eager_load_namespaces
José Valim
2012-08-21
1
-1
/
+1
*
Allow users to choose when to eager_load the application or not.
José Valim
2012-08-21
1
-2
/
+2
*
/rails/info/routes path shows routing information
schneems
2012-05-24
1
-0
/
+2
*
Allow configuring a different queue consumer
Carlos Antonio da Silva
2012-05-04
1
-2
/
+2
*
Use Rails::Queueing::Queue instead of Queue so people can build their own con...
José Valim
2012-04-28
1
-1
/
+1
*
Initial queue implementation
Yehuda Katz
2012-04-26
1
-0
/
+7
*
Remove default match without specified method
Jose and Yehuda
2012-04-24
1
-1
/
+1
*
Fix `$rails_rake_task` global variable warning without replacing the value of...
Jonathan Viney
2012-01-22
1
-2
/
+1
*
Clean up the cache before the request in case we are running in the reload_cl...
José Valim
2011-12-15
1
-1
/
+1
*
FileUpdateChecker should be able to handle deleted files.
José Valim
2011-12-13
1
-4
/
+3
*
Clean up FileUpdateChecker API.
José Valim
2011-12-13
1
-1
/
+1
*
Move hooks back to initializers (we need an API that allows hooks to be repla...
José Valim
2011-12-13
1
-4
/
+21
*
Revert "Provide a unique point for running initializers."
José Valim
2011-12-13
1
-4
/
+0
*
Speed up development by only reloading classes if dependencies files changed.
José Valim
2011-12-12
1
-7
/
+7
*
Give hooks the flexibility to choose the type of callback.
José Valim
2011-12-12
1
-6
/
+4
*
Provide a unique point for running initializers.
José Valim
2011-12-12
1
-0
/
+4
*
Improve docs for Rails::Application and add routes_reloader_hook and app_relo...
José Valim
2011-12-12
1
-14
/
+22
*
global variable `$rails_rake_task' not initialized Warning removed
Arun Agrawal
2011-11-28
1
-0
/
+1
*
Explicitly define main_app proxy
Piotr Sarnacki
2011-04-25
1
-0
/
+4
*
Move app initializers to sprockets railtie.
José Valim
2011-04-17
1
-16
/
+2
*
Booya, sprockets now works from Engines.
José Valim
2011-04-15
1
-6
/
+1
*
Index sprockets environment if perform caching is enabled
Joshua Peek
2011-04-12
1
-0
/
+6
*
Unify sprockets config options
Joshua Peek
2011-03-30
1
-3
/
+4
*
Rename option to config.asset_pipeline
Joshua Peek
2011-03-29
1
-1
/
+7
*
Move sprockets initializers back to application
Joshua Peek
2011-03-29
1
-0
/
+8
*
Replace AD::Callbacks.to_prepare with AD::Reloader.to_prepare
John Firebaugh
2010-12-20
1
-2
/
+6
*
Provide a cleaner syntax for paths configuration that does not rely on method...
José Valim
2010-10-06
1
-1
/
+1
*
Update Rails' built in routes to use RouteSet#append
Carl Lerche
2010-09-17
1
-1
/
+3
*
Ensure routes are loaded only after the initialization process finishes, ensu...
José Valim
2010-09-02
1
-0
/
+7
*
renames load_(once_)paths to autoload_(once_)paths in dependencies and config
Xavier Noria
2010-06-24
1
-5
/
+5
*
Alias app to build_middleware_stack for clarity.
José Valim
2010-06-21
1
-1
/
+1
*
Add lib to load paths when application is inherited to be able to load lib co...
José Valim
2010-06-02
1
-1
/
+1
*
Expose remaining hooks to minimize the need for a Railtie based on feedback f...
José Valim
2010-05-16
1
-0
/
+1
*
Ensure that eager_load actually takes place just after the middleware stack i...
José Valim
2010-05-15
1
-2
/
+8
*
Reorganized initializers a bit to enable better hooks for common cases withou...
wycats
2010-05-15
1
-4
/
+2
*
Rename config.cookie_secret to config.secret_token and pass it as configurati...
José Valim
2010-04-05
1
-0
/
+4
*
Move railties/builtin into lib
Joshua Peek
2010-03-20
1
-2
/
+2
[next]