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.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused Configurable in Rails::Engine and Rails::Application. Remove un...
zhengjia
2010-11-11
1
-1
/
+0
*
replace if ! with unless
Neeraj Singh
2010-10-17
1
-1
/
+1
*
Makes this code a bit more clear
Santiago Pastorino
2010-10-08
1
-3
/
+3
*
Remove the final initializers since initializers += will return it anyway. [#...
Ryan Bigg
2010-10-08
1
-1
/
+0
*
Provide a cleaner syntax for paths configuration that does not rely on method...
José Valim
2010-10-06
1
-1
/
+1
*
Move ETag and ConditionalGet logic from AD::Response to the middleware stack.
José Valim
2010-10-03
1
-1
/
+3
*
reload_routes! is part of the public API and should not be removed.
José Valim
2010-10-02
1
-0
/
+4
*
Moved Rails::RoutesReloader to Rails::Application::RoutesReloader
Piotr Sarnacki
2010-09-30
1
-2
/
+2
*
Move routes_reloader to a class: RoutesReloader
Piotr Sarnacki
2010-09-30
1
-22
/
+2
*
Properly reload routes defined in class definition
Piotr Sarnacki
2010-09-30
1
-5
/
+16
*
Only add Rack::Cache to the middleware stack if config.action_controller.perf...
Sparky
2010-09-15
1
-2
/
+4
*
First pass at Rack::Cache
wycats
2010-09-13
1
-0
/
+3
*
Get rid of static_paths method and instead configure paths for ActionDispatch...
Piotr Sarnacki
2010-09-03
1
-17
/
+1
*
Engine's assets are now served with ActionDispatch::Static
Piotr Sarnacki
2010-09-03
1
-1
/
+17
*
Added ability to set asset_path for engines
Piotr Sarnacki
2010-09-03
1
-9
/
+5
*
Ensure that Rails.application.initialize! is called only once
Piotr Sarnacki
2010-09-03
1
-0
/
+2
*
New way of generating urls for Application from Engine.
Piotr Sarnacki
2010-09-03
1
-5
/
+2
*
Fix url generation for mounted Engine
Piotr Sarnacki
2010-09-03
1
-2
/
+8
*
Pass routes via env['action_dispatch.routes'], it's needed by routes to deter...
Piotr Sarnacki
2010-09-03
1
-2
/
+2
*
Move singleton pattern to Railtie and remove Engine::Configurable and Applica...
Piotr Sarnacki
2010-09-03
1
-25
/
+4
*
Allow Engines loading its own environment file from config/environments
Piotr Sarnacki
2010-09-03
1
-4
/
+0
*
We don't need to add railties initlaizers in Application as there is already ...
Piotr Sarnacki
2010-09-03
1
-1
/
+0
*
Removed ActionDispatch::Static, but left empty MiddlewareStack to unify app m...
Piotr Sarnacki
2010-09-03
1
-6
/
+0
*
Engine sets routes as default rack endpoint if no endpoint was given
Piotr Sarnacki
2010-09-03
1
-4
/
+0
*
Delegate non existing class methods to instance for Engine
Piotr Sarnacki
2010-09-03
1
-5
/
+0
*
Improve best_standards_support to use only IE=Edge in development mode
wycats
2010-08-09
1
-1
/
+1
*
Add a header that tells Internet Explorer (all versions) to use the best avai...
wycats
2010-07-27
1
-0
/
+1
*
Add console hook to force ActiveRecord::Base to be loaded when console starts...
José Valim
2010-07-18
1
-0
/
+13
*
reload_routes! was still referencing old Rails::Application.
José Valim
2010-07-02
1
-6
/
+5
*
Avoid calls to Rails::Application since this is not the official API.
José Valim
2010-07-01
1
-8
/
+4
*
A few changes were done in this commit:
José Valim
2010-06-28
1
-6
/
+1
*
Move Collection responsibility from application to initializable
Jeremy Kemper
2010-06-24
1
-1
/
+1
*
Speed up boot by tsorting as infrequently as possible
Jeremy Kemper
2010-06-24
1
-1
/
+1
*
renames load_(once_)paths to autoload_(once_)paths in dependencies and config
Xavier Noria
2010-06-24
1
-2
/
+2
*
Alias app to build_middleware_stack for clarity.
José Valim
2010-06-21
1
-0
/
+1
*
Use the new ActiveSupport::FileUpdateChecker instead of RoutesReloader.
José Valim
2010-06-20
1
-3
/
+10
*
Improve documentation for add_lib_to_load_paths!
José Valim
2010-06-20
1
-3
/
+16
*
Add lib to load paths when application is inherited to be able to load lib co...
José Valim
2010-06-02
1
-0
/
+11
*
Remove the laziness from the middleware stack.
José Valim
2010-05-29
1
-1
/
+27
*
Removing Metal from Rails 3.
wycats
2010-05-29
1
-6
/
+4
*
Expose remaining hooks to minimize the need for a Railtie based on feedback f...
José Valim
2010-05-16
1
-1
/
+0
*
Reorganized initializers a bit to enable better hooks for common cases withou...
wycats
2010-05-15
1
-4
/
+6
*
The rake task :environment now loads config/environment.rb instead of initial...
José Valim
2010-04-29
1
-2
/
+2
*
Ensure application rake tasks and generators are loaded after the ones specif...
José Valim
2010-04-26
1
-2
/
+2
*
Rename config.cookie_secret to config.secret_token and pass it as configurati...
José Valim
2010-04-05
1
-2
/
+9
*
Merge branch 'master' into docrails
wycats
2010-03-26
1
-1
/
+2
|
\
|
*
Move application configuration to the application configuration object, remov...
José Valim
2010-03-26
1
-0
/
+2
|
*
Move railties/builtin into lib
Joshua Peek
2010-03-20
1
-1
/
+0
*
|
Merge remote branch 'mainstream/master'
Pratik Naik
2010-03-12
1
-6
/
+5
|
\
|
|
*
Aliasing class_eval makes JRuby ornery.
wycats
2010-03-07
1
-1
/
+4
[next]