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
*
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
|
*
Don't rely on Rails.application global state in Config
Carlhuda
2010-03-03
1
-4
/
+0
|
*
Get Railties tests passing
Carlhuda
2010-02-25
1
-1
/
+1
|
*
Use ActionDispatch::Routing everywhere
Martin Schürrer
2010-02-21
1
-1
/
+1
|
*
Typo
Martin Schürrer
2010-02-21
1
-1
/
+1
*
|
Add docs for Railtie, Engine, Plugin and Application.
José Valim
2010-02-02
1
-0
/
+37
|
/
*
Add more tests to some key points in Railties.
José Valim
2010-01-28
1
-0
/
+4
*
Refactor MetalLoader and RoutesReloader to rely less on class configuration.
José Valim
2010-01-28
1
-2
/
+6
*
Move Rails::Rack::Metal to Rails::Application::Metal and just add cascade if ...
José Valim
2010-01-26
1
-0
/
+1
*
Add tests for explicit engines.
José Valim
2010-01-26
1
-4
/
+1
*
Ensure calling a method in Rails::Application does not instantiate a void app...
José Valim
2010-01-26
1
-3
/
+3
*
Ensure all initializers are collections.
José Valim
2010-01-26
1
-2
/
+2
*
Plugins need to load before app initializers
Joshua Peek
2010-01-25
1
-1
/
+1
[next]