.. |
application
|
only define log_level reader once, make sure to initialize @log_level
|
2011-01-05 11:19:09 -08:00 |
commands
|
Don't need to support rails plugin --version
|
2010-11-16 00:04:34 +01:00 |
console
|
Small changes on AD::Reloader.
|
2010-12-20 12:43:02 +01:00 |
engine
|
Rails::Engine.find(path) - method to find engine by path
|
2010-12-09 01:59:54 +01:00 |
generators
|
Make sure that generator's default banner is showing its namespace
|
2011-01-01 11:58:09 -08:00 |
rack
|
replace if ! with unless
|
2010-10-17 12:26:32 -02:00 |
railtie
|
Remove require AS::Concern from places where is already in
|
2010-12-19 19:15:26 -02:00 |
tasks
|
Refactoring of application's task in engine.rake
|
2010-12-19 15:59:55 +01:00 |
test_unit
|
prevent rake test to run the test suite three times when ENV['TEST'] is set [#3572 state:resolved]
|
2010-10-10 12:22:40 +02:00 |
all.rb
|
Rationalize railtie dependencies: AC uses AV; AR uses AMo; and Rails always uses AS.
|
2010-02-04 10:08:06 -08:00 |
application.rb
|
Replace AD::Callbacks.to_prepare with AD::Reloader.to_prepare
|
2010-12-20 12:43:02 +01:00 |
backtrace_cleaner.rb
|
in regexps, the dot in a character class is not a metacharacter
|
2010-10-15 16:31:00 +02:00 |
cli.rb
|
Merge remote branch 'drogus/plugin_new'
|
2010-11-11 19:39:21 +01:00 |
code_statistics.rb
|
Fix typo and add sanity test for code statistics rake task.
|
2010-09-24 15:51:29 +02:00 |
commands.rb
|
Use Rails::Engine.find in commands.rb
|
2010-12-09 01:59:55 +01:00 |
configuration.rb
|
Make deep copy of application generators on engine initialization.
|
2010-11-02 17:14:52 +01:00 |
engine.rb
|
Should be isolated engine instead of namespaced engine
|
2010-12-16 01:49:29 +05:30 |
generators.rb
|
Ensure that app generator is not loaded twice to get rid of warnings
|
2010-11-22 13:43:18 +01:00 |
info.rb
|
Remove useless cgi
|
2010-11-10 16:43:26 -02:00 |
info_controller.rb
|
Moves local_request? to require.local?
|
2010-08-13 17:35:52 -03:00 |
initializable.rb
|
Remove run_initializers from class methods.
|
2010-06-24 11:40:22 +02:00 |
paths.rb
|
Fixes typo
|
2010-10-06 12:55:16 -03:00 |
performance_test_help.rb
|
Move railties/lib/* into railties/lib/*
|
2009-09-24 16:11:41 -07:00 |
plugin.rb
|
Add "a" to make it better English
|
2010-10-07 11:40:57 -02:00 |
rack.rb
|
Move Rails::Rack::Metal to Rails::Application::Metal and just add cascade if any metal was declared.
|
2010-01-26 15:27:46 +01:00 |
railtie.rb
|
Minor fix on Rails:Railtie documentation
|
2010-11-21 03:29:43 +01:00 |
ruby_version_check.rb
|
Updating error message on ruby_version_check.rb
|
2010-09-19 22:32:23 -07:00 |
rubyprof_ext.rb
|
Move railties/lib/* into railties/lib/*
|
2009-09-24 16:11:41 -07:00 |
script_rails_loader.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
source_annotation_extractor.rb
|
Move railties/lib/* into railties/lib/*
|
2009-09-24 16:11:41 -07:00 |
tasks.rb
|
Added task for creating symlinks to engines' public directories
|
2010-09-06 14:38:36 +02:00 |
test_help.rb
|
do not require ruby-debug automatically. please require it if you have declared it as a dependency
|
2010-11-19 16:26:09 -08:00 |
version.rb
|
Update the version.rb files to include a PRE part
|
2010-11-16 17:19:46 -08:00 |