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
/
engine.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Gather initializers from railties in engines to get rid of additional looping...
Piotr Sarnacki
2010-09-03
1
-0
/
+7
*
Engine can now load its own plugins
Piotr Sarnacki
2010-09-03
1
-0
/
+5
*
Made Engine valid rack app with its own middleware stack
Piotr Sarnacki
2010-09-03
1
-0
/
+13
*
Config is deprecated on 1.8.8 and 1.9.3 use RbConfig
Santiago Pastorino
2010-08-23
1
-1
/
+1
*
A few changes were done in this commit:
José Valim
2010-06-28
1
-11
/
+10
*
renames load_(once_)paths to autoload_(once_)paths in dependencies and config
Xavier Noria
2010-06-24
1
-8
/
+8
*
Removing Metal from Rails 3.
wycats
2010-05-29
1
-6
/
+1
*
Ensure that eager_load actually takes place just after the middleware stack i...
José Valim
2010-05-15
1
-13
/
+12
*
Reorganized initializers a bit to enable better hooks for common cases withou...
wycats
2010-05-15
1
-5
/
+10
*
Fix docs typo: app.middlewares -> app.middleware
Jeremy Kemper
2010-04-29
1
-1
/
+1
*
Use Config::CONFIG['host_os'] instead of RUBY_PLATFORM [#4477 state:resolved]
Anil Wadghule
2010-04-26
1
-1
/
+2
*
Regexp.escape(load_path) in add_routing_namespaces initializer [#4442 state:r...
Phil Smith
2010-04-20
1
-1
/
+1
*
Use correct RUBY_PLATFORM regex for Windows env [#4385 state:resolved]
Anil Wadghule
2010-04-13
1
-1
/
+1
*
Update the documentation for Engine and Railtie.
José Valim
2010-04-05
1
-4
/
+4
*
Rename config.cookie_secret to config.secret_token and pass it as configurati...
José Valim
2010-04-05
1
-6
/
+2
*
Replace the placeholder base_hook API with on_load. To specify some code that
wycats
2010-03-29
1
-2
/
+7
*
Merge branch 'master' into docrails
wycats
2010-03-26
1
-4
/
+4
|
\
|
*
Move application configuration to the application configuration object, remov...
José Valim
2010-03-26
1
-3
/
+3
|
*
Improve heuristic for railties default name, otherwise railties may be named ...
José Valim
2010-03-26
1
-1
/
+1
|
*
init.rb in plugins is here to stay
wycats
2010-03-23
1
-7
/
+0
|
*
Ensure lib/rails/initializers/*.rb also works for gems.
José Valim
2010-03-23
1
-0
/
+7
*
|
Merge remote branch 'mainstream/master'
Pratik Naik
2010-03-12
1
-10
/
+13
|
\
|
|
*
Make many parts of Rails lazy. In order to facilitate this,
wycats
2010-03-07
1
-2
/
+2
|
*
Add mailers to paths in case someone wants to access it directly and ensures ...
José Valim
2010-03-06
1
-1
/
+1
|
*
Don't rely on Rails.application global state in Config
Carlhuda
2010-03-03
1
-1
/
+1
|
*
Get the railties tests to pass again.
Carlhuda
2010-03-02
1
-2
/
+2
|
*
Fix unstated usage of Pathname
Jeremy Kemper
2010-03-01
1
-1
/
+2
|
*
Remove implicit controller namespacing from new dsl
Joshua Peek
2010-02-28
1
-1
/
+2
|
*
Revert "Revert "Application detection should also allow dots in the path.""
Jeremy Kemper
2010-02-27
1
-1
/
+1
|
*
Revert "Application detection should also allow dots in the path."
Jeremy Kemper
2010-02-27
1
-1
/
+1
|
*
plugin rails/init.rb deprecation message
Jeremy Kemper
2010-02-26
1
-3
/
+3
|
*
Application detection should also allow dots in the path.
José Valim
2010-02-26
1
-1
/
+1
|
*
Rename engines_load_path to railties_load_path.
José Valim
2010-02-20
1
-1
/
+1
|
*
Ensure config.after_initializer is executed before building the middleware st...
José Valim
2010-02-18
1
-0
/
+1
|
*
Fix called_from under Windows so engines works properly
Aaron
2010-02-18
1
-1
/
+1
*
|
Merge remote branch 'mainstream/master'
Pratik Naik
2010-02-14
1
-1
/
+5
|
\
|
|
*
Take into account gem versions (so script/rails server can work outside the a...
José Valim
2010-02-08
1
-1
/
+1
|
*
Add config.generators.templates to provide alternative paths for template loo...
José Valim
2010-02-06
1
-0
/
+4
*
|
Editing the railties/../railtie.rb and engine.rb docs
Mikel Lindsaar
2010-02-08
1
-4
/
+3
*
|
Add docs for Railtie, Engine, Plugin and Application.
José Valim
2010-02-02
1
-0
/
+84
|
/
*
Add reloadable specific for engines and move environment to application paths.
José Valim
2010-01-28
1
-1
/
+1
*
Refactor MetalLoader and RoutesReloader to rely less on class configuration.
José Valim
2010-01-28
1
-4
/
+4
*
Move Rails::Rack::Metal to Rails::Application::Metal and just add cascade if ...
José Valim
2010-01-26
1
-1
/
+1
*
As first step setup the load path and lazy compare middlewares.
José Valim
2010-01-25
1
-2
/
+2
*
Fix i18n locales order test.
José Valim
2010-01-25
1
-7
/
+9
*
Ensure metals and initializers in plugins are loaded.
José Valim
2010-01-24
1
-7
/
+11
*
Rename plugin_name to railtie_name and engine_name.
José Valim
2010-01-24
1
-0
/
+3
*
Ensure namespaced controllers in engines work.
José Valim
2010-01-24
1
-0
/
+10
*
Solve some pendencies.
José Valim
2010-01-24
1
-2
/
+2
*
Move configuration to subfolders.
José Valim
2010-01-23
1
-1
/
+3
[prev]
[next]