.. |
application
|
Patch for #1458 - [3.1.0.rc1] App plugins initialized before engines
|
2011-06-16 13:24:33 -07:00 |
commands
|
replace dev.ror.com plugin url with a dummy one
|
2011-06-16 21:28:42 +05:30 |
console
|
Move sandbox to AR and pass the sandbox as a value. This way, other ORMs like Datamapper can also have their own sandboxing in rails console.
|
2011-05-04 16:47:35 +02:00 |
engine
|
Use namespace if it's a mountable engine
|
2011-06-07 11:21:38 +02:00 |
generators
|
Create an :assets group in the Gemfile.
|
2011-06-21 11:24:06 -03:00 |
rack
|
Removed AS core_ext/kernel/requires as it's not used and is bad practice.
|
2011-05-23 15:31:33 +02:00 |
railtie
|
adds missing require
|
2011-06-07 12:06:02 +02:00 |
tasks
|
rake assets:clean also removes directories
|
2011-06-21 09:24:03 -07: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
|
Cherry-picking patch for https://github.com/rails/rails/issues/1460
|
2011-06-16 10:52:05 -07: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
|
Exit with non-zero to signal failure.
|
2011-01-29 16:51:40 +08:00 |
code_statistics.rb
|
fix indentation
|
2011-05-25 23:47:31 +05:30 |
commands.rb
|
Merge pull request #1356 from flippingbits/fix_engine_generator
|
2011-06-09 00:01:00 -07:00 |
configuration.rb
|
Update generator config to support hiding namespaces and pass the app into generator blocks
|
2011-05-24 16:04:28 -07:00 |
engine.rb
|
Cherry-picking patch for https://github.com/rails/rails/issues/1460
|
2011-06-16 10:52:05 -07:00 |
generators.rb
|
Removed rescue branch for Rails 2.x compatibility
|
2011-06-20 20:13:52 +04: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
|
fix Rails::Paths::Root document
|
2011-05-25 16:40:45 +08: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
|
Temporarily ship with ContentLength middleware.
|
2011-05-20 22:20:51 +02:00 |
railtie.rb
|
Merge branch 'master' of git://github.com/lifo/docrails
|
2011-06-18 10:11:47 +02: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
|
removes some remaining .rjs occurrences
|
2011-04-13 13:24:33 +02:00 |
tasks.rb
|
Remove the ability for engines to serve assets from the public directory.
|
2011-04-15 19:57:52 +02:00 |
test_help.rb
|
Removed AS core_ext/kernel/requires as it's not used and is bad practice.
|
2011-05-23 15:31:33 +02:00 |
version.rb
|
Bump versions for rc1
|
2011-05-21 20:56:52 -05:00 |