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
/
initializer.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Raise in stubby/init.rb if it doesn't have access to directory or config. lo...
Jeremy Kemper
2005-11-07
1
-1
/
+1
*
Restore access to 'directory' and 'config' inside the plugin eval environment
Jamis Buck
2005-11-07
1
-6
/
+9
*
New configuration option config.plugin_paths which may be a single path like ...
Jeremy Kemper
2005-11-07
1
-41
/
+94
*
Move info.rb to rails_info.rb and load Rails::Info after initialization
Sam Stephenson
2005-11-05
1
-0
/
+8
*
Removed app/apis as a default empty dir since its automatically created when ...
David Heinemeier Hansson
2005-10-28
1
-3
/
+3
*
Added app/services as a default dir in the Rails skeleton and to the load pat...
David Heinemeier Hansson
2005-10-28
1
-0
/
+1
*
Constants set in the development/test/production environment file are set in ...
Jamis Buck
2005-10-23
1
-0
/
+4
*
Fixed misspell of "initialize_framework_settings"
Florian Weber
2005-10-20
1
-3
/
+3
*
Add documentation for Rails::Initializer and Rails::Configuration
Jamis Buck
2005-10-16
1
-15
/
+178
*
Backed out of setting testing settings through initializer as that would brea...
David Heinemeier Hansson
2005-10-15
1
-27
/
+0
*
Fixed the overeager test running
David Heinemeier Hansson
2005-10-15
1
-1
/
+1
*
Clean-up fix a bit
David Heinemeier Hansson
2005-10-14
1
-6
/
+8
*
Made the instantiated/transactional fixtures settings be controlled through R...
Florian Weber
2005-10-14
1
-1
/
+27
*
Fix problem with RAILS_ENV being frozen when set from environment variable
Jamis Buck
2005-10-14
1
-1
/
+1
*
Load plugins last
Jamis Buck
2005-10-05
1
-1
/
+2
*
prepend to load path before loading the plugin
Jamis Buck
2005-10-05
1
-4
/
+4
*
Add experimental plugin support #2335
Jamis Buck
2005-10-05
1
-1
/
+26
*
Dont redefine RAILS_ENV once set
David Heinemeier Hansson
2005-09-30
1
-3
/
+1
*
Made the order of framework settings significant so config.action_controller....
David Heinemeier Hansson
2005-09-30
1
-16
/
+35
*
Dont bitch over resetting const
David Heinemeier Hansson
2005-09-29
1
-0
/
+2
*
Only configure settings for loaded frameworks
David Heinemeier Hansson
2005-09-22
1
-4
/
+6
*
Include ActionView as a configurable framework
David Heinemeier Hansson
2005-09-19
1
-1
/
+1
*
Cant use silence_warnings before active support is loaded
David Heinemeier Hansson
2005-09-15
1
-2
/
+1
*
Added check for RAILS_CONNECTION_ADAPTERS on startup and only load the connec...
David Heinemeier Hansson
2005-09-15
1
-6
/
+2
*
Added check for RAILS_CONNECTION_ADAPTERS on startup and only load the connec...
David Heinemeier Hansson
2005-09-15
1
-0
/
+11
*
Moved session and fragment options out
David Heinemeier Hansson
2005-09-13
1
-6
/
+1
*
Control depedency mechanism, breakpoints, and whiny nils through the config
David Heinemeier Hansson
2005-09-13
1
-50
/
+93
*
Make it even easier to set a new session store and use symbols for log level too
David Heinemeier Hansson
2005-09-12
1
-3
/
+15
*
Added Rails::Configuration support for fragment stores
David Heinemeier Hansson
2005-09-12
1
-2
/
+16
*
Added create_session_table, drop_session_table, and purge_session_table as ra...
David Heinemeier Hansson
2005-09-12
1
-0
/
+12
*
Added Kernel#silence_warnings and puts it into use throughout the framework
David Heinemeier Hansson
2005-09-11
1
-3
/
+1
*
Allow the selected environment to define RAILS_DEFAULT_LOGGER, and have Rails...
Jamis Buck
2005-09-05
1
-1
/
+4
*
Silence logger initialization
David Heinemeier Hansson
2005-09-03
1
-0
/
+2
*
Fix mocks dir
David Heinemeier Hansson
2005-09-03
1
-1
/
+1
*
Talk about whats missing
David Heinemeier Hansson
2005-09-03
1
-0
/
+4
*
Also configure template view path
David Heinemeier Hansson
2005-09-03
1
-0
/
+21
*
Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is ...
David Heinemeier Hansson
2005-09-03
1
-0
/
+158
[prev]