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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Provide a cleaner syntax for paths configuration that does not rely on method...
José Valim
2010-10-06
3
-11
/
+11
*
reload_routes! is part of the public API and should not be removed.
José Valim
2010-10-02
1
-2
/
+4
*
Moved Rails::RoutesReloader to Rails::Application::RoutesReloader
Piotr Sarnacki
2010-09-30
1
-0
/
+55
*
Added config.app_generators to allow configuring application's generators fro...
Piotr Sarnacki
2010-09-30
1
-0
/
+1
*
Update Rails' built in routes to use RouteSet#append
Carl Lerche
2010-09-17
2
-6
/
+3
*
Set default asset_path only for engine
Piotr Sarnacki
2010-09-10
1
-0
/
+1
*
Get rid of static_paths method and instead configure paths for ActionDispatch...
Piotr Sarnacki
2010-09-03
1
-0
/
+4
*
Added ability to set asset_path for engines
Piotr Sarnacki
2010-09-03
1
-0
/
+12
*
Move singleton pattern to Railtie and remove Engine::Configurable and Applica...
Piotr Sarnacki
2010-09-03
2
-20
/
+1
*
Removed most of deprecated stuff from Application and Engine
Piotr Sarnacki
2010-09-03
1
-9
/
+0
*
Allow Engines loading its own environment file from config/environments
Piotr Sarnacki
2010-09-03
2
-6
/
+2
*
Removed ActionDispatch::Static, but left empty MiddlewareStack to unify app m...
Piotr Sarnacki
2010-09-03
1
-1
/
+1
*
Engine can now serve files with ActionDispatch::Static
Piotr Sarnacki
2010-09-03
1
-1
/
+1
*
Gather initializers from railties in engines to get rid of additional looping...
Piotr Sarnacki
2010-09-03
1
-10
/
+0
*
Engine can now load its own plugins
Piotr Sarnacki
2010-09-03
2
-15
/
+13
*
Made Engine valid rack app with its own middleware stack
Piotr Sarnacki
2010-09-03
2
-3
/
+3
*
Ensure routes are loaded only after the initialization process finishes, ensu...
José Valim
2010-09-02
1
-0
/
+7
*
Make sure apps upgrading from 2.3 get defaulted to UTF-8 (ht: parndt)
wycats
2010-08-15
1
-1
/
+1
*
A few changes were done in this commit:
José Valim
2010-06-28
1
-2
/
+2
*
Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...
José Valim
2010-06-24
1
-1
/
+1
*
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
*
Use the new ActiveSupport::FileUpdateChecker instead of RoutesReloader.
José Valim
2010-06-20
1
-46
/
+0
*
Clear DescendantsTracker on each request.
José Valim
2010-06-19
1
-0
/
+2
*
Add lib to load paths when application is inherited to be able to load lib co...
José Valim
2010-06-02
1
-1
/
+1
*
Remove the laziness from the middleware stack.
José Valim
2010-05-29
2
-27
/
+3
*
Removing Metal from Rails 3.
wycats
2010-05-29
2
-56
/
+1
*
Simplify cookie_store by simply relying on cookies.signed.
José Valim
2010-05-18
1
-6
/
+2
*
Revert "Moved encoding work in progress to a feature branch."
wycats
2010-05-17
1
-1
/
+9
*
Moved encoding work in progress to a feature branch.
Jeremy Kemper
2010-05-16
1
-9
/
+1
*
Significantly improved internal encoding heuristics and support.
wycats
2010-05-16
1
-1
/
+9
*
Move AD::Cascade to the bottom of the middleware stack.
José Valim
2010-05-16
1
-2
/
+2
*
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
3
-9
/
+7
*
Add missing deprecation requires
Jeremy Kemper
2010-04-29
1
-0
/
+1
*
ActiveRecord middlewares should be inserted before AD::Cascade [#4493 state:r...
José Valim
2010-04-29
1
-1
/
+1
*
The rake task :environment now loads config/environment.rb instead of initial...
José Valim
2010-04-29
2
-9
/
+11
*
Clean up the config object in ActionPack. Create config_accessor which just d...
José Valim
2010-04-22
1
-2
/
+2
*
Replace 'RAILS_ROOT' to 'Rails.root' and 'RAILS_ENV' to 'Rails.env' in signif...
Anil Wadghule
2010-04-12
1
-1
/
+1
*
Fix a bug in ActionDispatch::Static where Rails cannot find assets if started...
José Valim
2010-04-08
1
-1
/
+1
*
Alleviate the pain in working with utf8 templates by setting a default encoding.
José Valim
2010-04-07
1
-7
/
+15
*
Rename config.cookie_secret to config.secret_token and pass it as configurati...
José Valim
2010-04-05
2
-2
/
+7
*
Raise exceptions instead of rendering error templates in test environment [#4...
Rolf Bjaanes
2010-04-02
1
-1
/
+1
*
Replace the placeholder base_hook API with on_load. To specify some code that
wycats
2010-03-29
1
-1
/
+1
*
Move application configuration to the application configuration object, remov...
José Valim
2010-03-26
1
-2
/
+53
*
Move railties/builtin into lib
Joshua Peek
2010-03-20
2
-4
/
+4
*
Move middlewares to the Application level. If you want to modify the middlewa...
Carlhuda
2010-03-08
1
-0
/
+4
*
Make many parts of Rails lazy. In order to facilitate this,
wycats
2010-03-07
1
-1
/
+1
*
Have log subscribers subscribe to the actual events, so the subscriber doesn'...
Carlhuda
2010-03-02
1
-2
/
+11
[prev]
[next]