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
Prem Sichanugrist a9f3c9da01 Using Object#in? and Object#either? in various places
There're a lot of places in Rails source code which make a lot of sense to switching to Object#in? or Object#either? instead of using [].include?.
2011-04-11 03:17:09 +08:00
..
application Add config.force_ssl configuration which will load Rack::SSL middleware if set to true 2011-03-27 13:27:23 -07:00
commands Using Object#in? and Object#either? in various places 2011-04-11 03:17:09 +08: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 Using Object#in? and Object#either? in various places 2011-04-11 03:17:09 +08:00
rack Filter sensitive query string parameters in the log [#6244 state:committed] 2011-03-11 00:16:18 +01:00
railtie Beef up Rails::Railtie::Configuration docs 2011-03-19 19:53:36 -04: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
application.rb Add config.force_ssl configuration which will load Rack::SSL middleware if set to true 2011-03-27 13:27:23 -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 typo and add sanity test for code statistics rake task. 2010-09-24 15:51:29 +02:00
commands.rb Using Object#in? and Object#either? in various places 2011-04-11 03:17:09 +08:00
configuration.rb Make deep copy of application generators on engine initialization. 2010-11-02 17:14:52 +01:00
engine.rb Engines that use isolate_namespace with nested modules should set correct module prefix for their routes. 2011-03-28 15:58:28 +08:00
generators.rb Allow generators nested in more than one level 2011-01-12 21:42:56 -02:00
info.rb Remove useless cgi 2010-11-10 16:43:26 -02:00
info_controller.rb
initializable.rb
paths.rb Initialize these options as false if they are not given 2011-01-09 16:54:03 -02:00
performance_test_help.rb
plugin.rb Add "a" to make it better English 2010-10-07 11:40:57 -02:00
rack.rb
railtie.rb improve language and examples in Railtie docs 2011-02-18 22:20:04 -08:00
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
source_annotation_extractor.rb s/ERb/ERB/g 2011-04-03 12:47:51 +09:00
tasks.rb Added task for creating symlinks to engines' public directories 2010-09-06 14:38:36 +02:00
test_help.rb make turn a soft dependency. generate a Gemfile that contains turn and require turn if it is available 2011-04-08 09:40:33 -07:00
version.rb Update the version.rb files to include a PRE part 2010-11-16 17:19:46 -08:00