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
Wojciech Wnętrzak 472358d030 Fix displaying mailer previews on non local requests.
When config `action_mailer.show_previews` is set, previews are displayed
regardless of local request check.
2015-09-17 15:57:09 +02:00
..
api
application Fix deprecation warning in tests 2015-08-08 10:38:09 -04:00
commands Use the PORT environment variable for rails server 2015-08-18 08:43:11 -04:00
console modify console of app method in that can use the path helpers 2015-06-05 18:38:53 +09:00
engine make test runner work correctly inside engine 2015-07-12 18:29:31 +09:00
generators Bundler tzinfo-data in windows, even first generated new app are Mac 2015-09-15 09:37:23 +08:00
rack
railtie
tasks Replace AR with ActiveRecord to make it more readable [ci skip] 2015-09-08 16:02:16 +05:30
templates
test_unit modify to pass the correct argument to the test runner from rake 2015-09-08 08:07:29 +09:00
all.rb
app_loader.rb
application.rb
application_controller.rb stop using deprecated render :text in railties 2015-08-06 15:50:28 +09:00
backtrace_cleaner.rb
cli.rb
code_statistics.rb
code_statistics_calculator.rb
commands.rb
configuration.rb Add api_only option to Generators 2015-06-11 16:54:11 -03:00
engine.rb Merge pull request #21124 from kirs/feature/reload-i18n 2015-08-10 07:34:13 +02:00
gem_version.rb
generators.rb Fix strange messages for rails g foo 2015-09-07 17:42:27 +09:00
info.rb
info_controller.rb
initializable.rb
mailers_controller.rb Fix displaying mailer previews on non local requests. 2015-09-17 15:57:09 +02:00
paths.rb Tiny documentation fixes [ci skip] 2015-08-16 14:16:20 +02:00
rack.rb
railtie.rb
ruby_version_check.rb
source_annotation_extractor.rb fix path of annotations.rake [ci skip] 2015-08-20 21:46:21 +09:00
tasks.rb Only load statistics.rake once from inside engine 2015-08-06 17:34:29 -03:00
test_help.rb Add :nodoc: for internal testing methods [ci skip] 2015-07-28 12:22:37 +02:00
version.rb
welcome_controller.rb