1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionmailer/lib/action_mailer
Sergey Nartimov 7d862359d0 get rid of using instance_variable_names method from AS
- instance_variables return symbols in 1.9
- there is instance_variable_defined? method
2012-01-07 14:44:47 +03:00
..
base.rb get rid of using instance_variable_names method from AS 2012-01-07 14:44:47 +03:00
collector.rb Ensure details are frozen after @details_keys lookup. The implementation waits to freeze until the last required moment, to avoid duping hashes. 2010-03-27 20:52:11 +01:00
delivery_methods.rb singularize module and be explicit about what is delivered 2011-06-21 10:20:01 -04:00
log_subscriber.rb Array.wrap is no longer needed here 2012-01-05 16:24:48 -03:00
mail_helper.rb Fix typo 2011-03-09 20:17:30 -02:00
railtie.rb Default relative_url_root to ENV["RAILS_RELATIVE_URL_ROOT"]. Fixes #3365 2011-12-12 17:11:07 +01:00
test_case.rb test cases should inherit from AS::TestCase 2012-01-05 17:05:43 -08:00
test_helper.rb Move ActionMailer::TC to AV::TC::Behavior 2010-06-12 15:34:31 +02:00
version.rb rails/master is now 4.0.0.beta and will only support Ruby 1.9.3+ 2011-12-20 09:30:37 -06:00