index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionmailer
/
lib
/
action_mailer
/
railtie.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up asset_host and asset_path.
José Valim
2010-12-09
1
-2
/
+2
*
Provide a cleaner syntax for paths configuration that does not rely on method...
José Valim
2010-10-06
1
-3
/
+3
*
Call it compile_methods! and do the same on AM.
José Valim
2010-09-27
1
-0
/
+10
*
Do not require passing :app to mounted helpers, it's actually useless and not...
Piotr Sarnacki
2010-09-08
1
-1
/
+1
*
Set only helpers_path on inherited hook in action_controller/railtie.rb and u...
Piotr Sarnacki
2010-09-03
1
-3
/
+6
*
Moved ActionMailer and ActionController railties options to inherited hook
Piotr Sarnacki
2010-09-03
1
-6
/
+3
*
ActionMailer should not depend on ActionDispatch
Piotr Sarnacki
2010-09-03
1
-0
/
+1
*
Move ActionController::Railties::RoutesHelpers and ActionMailer::Railties::Ro...
Piotr Sarnacki
2010-09-03
1
-2
/
+2
*
Include routes helpers only for inherited classes in ActionMailer
Piotr Sarnacki
2010-09-03
1
-2
/
+1
*
Include application's helpers and router helpers by default, but include engi...
Piotr Sarnacki
2010-09-03
1
-0
/
+2
*
mounted helpers should be included in ActionMailer
Piotr Sarnacki
2010-09-03
1
-1
/
+2
*
Clean up AM and AC railties.
José Valim
2010-07-24
1
-11
/
+6
*
Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...
José Valim
2010-06-24
1
-3
/
+0
*
Extract assets paths and make them available to Action Mailer as well
David Heinemeier Hansson
2010-06-02
1
-0
/
+9
*
Remove the need for a special action_mailer.url_for initializer that loads be...
wycats
2010-05-15
1
-4
/
+2
*
Replace the placeholder base_hook API with on_load. To specify some code that
wycats
2010-03-29
1
-3
/
+3
*
Move application configuration to the application configuration object, remov...
José Valim
2010-03-26
1
-2
/
+2
*
Make many parts of Rails lazy. In order to facilitate this,
wycats
2010-03-07
1
-4
/
+6
*
Get the railties tests to pass again.
Carlhuda
2010-03-02
1
-5
/
+0
*
Moved initializers for ActionMailer and ActionController into their own railties
Carlhuda
2010-03-02
1
-0
/
+5
*
Rename named_url_helpers to url_helpers and url_helpers to url_for
Carlhuda
2010-02-26
1
-1
/
+1
*
Get Railties tests passing
Carlhuda
2010-02-25
1
-1
/
+1
*
Rename Rails::Subscriber to Rails::LogSubscriber
Prem Sichanugrist
2010-02-16
1
-2
/
+2
*
install ActionController::UrlFor before environment is parsed, to provide Act...
Paul Rosania
2010-02-05
1
-5
/
+5
*
Rationalize railtie dependencies: AC uses AV; AR uses AMo; and Rails always u...
Jeremy Kemper
2010-02-04
1
-1
/
+1
*
ActionMailer should depend just on AbstractController.
José Valim
2010-01-29
1
-0
/
+4
*
Add active_model/railtie back to generated boot.rb, add models back to paths,...
José Valim
2010-01-25
1
-5
/
+4
*
Rename plugin_name to railtie_name and engine_name.
José Valim
2010-01-24
1
-1
/
+1
*
Moved more configuration away from bootstrap.
José Valim
2010-01-22
1
-5
/
+0
*
Add view paths to Engine setup.
José Valim
2010-01-22
1
-2
/
+1
*
Add subscriber to ActionMailer.
José Valim
2010-01-14
1
-0
/
+3
*
Some railties cleanup:
Carl Lerche
2009-12-31
1
-0
/
+25