..
application
only define the encoding reader since we define the writer later on
2011-08-24 16:33:36 -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
Add destroy alias to engines
2011-08-22 23:39:17 -05:00
generators
fix ambiguous use of *
2011-08-24 16:48:30 -07: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
fixes #2368 . rake about not showing the middleware, db adapter and db schema version
2011-08-13 16:22:25 -07:00
test_unit
For svn files also spilt required
2011-07-23 13:58:23 +05:30
all.rb
[IMPORTANT] Make "sprockets/railtie" require explicit.
2011-06-29 09:41:16 -03:00
application.rb
dealing with some -w warnings on startup
2011-08-24 13:25:11 -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
Use shorter class-level File methods instead of going through File.stat.
2011-07-25 17:02:28 +02:00
commands.rb
Add Destroy Alias
2011-08-22 17:46:10 +03: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
dealing with some -w warnings on startup
2011-08-24 13:25:11 -07:00
generators.rb
fix ambiguous * and remove unused variable
2011-08-24 16:52:23 -07:00
info.rb
Add JavaScript Runtime name to the Rails Info properties (thanks Sam Ruby)
2011-06-27 11:59:46 +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
use File.directory? as Dir.exists? is only 1.9.2+
2011-08-13 16:22:27 -07:00
performance_test_help.rb
Move railties/lib/* into railties/lib/*
2009-09-24 16:11:41 -07:00
plugin.rb
Yes we need this to pass the test. we are using config.log_level.
2011-08-25 11:25:37 -07:00
rack.rb
Temporarily ship with ContentLength middleware.
2011-05-20 22:20:51 +02:00
railtie.rb
Requiring delegate.
2011-08-16 01:36:21 +05:30
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
Updated rake:notes to search app, config, lib, script and test dirs
2011-07-06 21:41:13 -04:00
tasks.rb
[IMPORTANT] Make "sprockets/railtie" require explicit.
2011-06-29 09:41:16 -03: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
Master version is 3.2.0.beta
2011-06-30 10:18:36 -03:00