1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/rails
2011-09-26 22:22:52 -04:00
..
application Make the Rack::SSL middleware configurable 2011-09-26 22:22:52 -04: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 Add jquery-rails to Gemfile of plugins, test/dummy app uses it. 2011-09-21 20:53:08 -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 move route inspecting to an object so that we can more easily test it 2011-09-09 18:50:32 -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 Make the Rack::SSL middleware configurable 2011-09-26 22:22:52 -04: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 rake assets:precompile loads the application but does not initialize it. 2011-09-24 03:17:23 +02: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 rake assets:precompile loads the application but does not initialize it. 2011-09-24 03:17:23 +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
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
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