José Valim
|
028e54c63d
|
Add mailers to paths in case someone wants to access it directly and ensures deep nesting works in controllers.
|
2010-03-06 19:25:55 +01:00 |
|
Carlhuda
|
e311622e7b
|
Deprecated ActionController::Base.session_options= and ActionController::Base.session_store= in favor of a config.session_store method (which takes params) and a config.cookie_secret variable, which is used in various secret scenarios. The old AC::Base options will continue to work with deprecation warnings.
|
2010-03-04 16:05:52 -08:00 |
|
Carlhuda
|
b160663bd1
|
Start refactoring the method of configuring ActionView
|
2010-03-03 21:24:01 -08:00 |
|
José Valim
|
6958eac1a0
|
Add config.generators.templates to provide alternative paths for template lookup.
|
2010-02-06 17:32:06 +01:00 |
|
José Valim
|
64ea3dfd9f
|
Add reloadable specific for engines and move environment to application paths.
Signed-off-by: Carl Lerche <carllerche@mac.com>
|
2010-01-28 10:28:41 -08:00 |
|
José Valim
|
3b6f659fb6
|
Add active_model/railtie back to generated boot.rb, add models back to paths, load active_support/railtie since we need it and ensure default logger is set before config.
|
2010-01-25 01:12:22 +01:00 |
|
José Valim
|
84ebfa4550
|
Ensure metals and initializers in plugins are loaded.
|
2010-01-24 14:48:00 +01:00 |
|
José Valim
|
dd05b6c543
|
Add tests for plugin sanity check.
|
2010-01-24 12:49:12 +01:00 |
|
José Valim
|
37e4deb260
|
Ensure helpers work from configured path.
|
2010-01-24 12:04:37 +01:00 |
|
José Valim
|
b17e358e3d
|
Move configuration to subfolders.
|
2010-01-23 22:30:17 +01:00 |
|
José Valim
|
788fce2550
|
Create configurable modules and ensure that they are added only on direct children.
|
2010-01-23 18:41:53 +01:00 |
|