José Valim and Mikel Lindsaar
|
4a6eba3232
|
Added initial documentation for the new API
|
2010-01-25 23:46:23 +11:00 |
|
José Valim and Mikel Lindsaar
|
9cb3ca1d29
|
Change mailer generator templates and refactor the whole naming schema.
|
2010-01-25 13:20:32 +01:00 |
|
José Valim and Mikel Lindsaar
|
ad8f5d4106
|
Updated to mail 2.1.1
|
2010-01-25 23:15:16 +11:00 |
|
José Valim and Mikel Lindsaar
|
d5e4e9185b
|
Updated gemspec for Mail
|
2010-01-25 21:47:24 +11:00 |
|
José Valim and Mikel Lindsaar
|
ace74974cf
|
Got AM working with Mail yield on delivery_handler and updated tests
|
2010-01-25 21:47:03 +11:00 |
|
José Valim and Mikel Lindsaar
|
4240369a43
|
changed test to get TestMailer to use :file delivery method directly (as setup action was resetting delivery_method to :test on init
|
2010-01-25 13:46:44 +11:00 |
|
José Valim and Mikel Lindsaar
|
e4a989e9d9
|
Added delivery_handler method to mail and implemented in ActionMailer to deliver inside of instrumentation
|
2010-01-25 13:39:48 +11:00 |
|
José Valim and Mikel Lindsaar
|
e1c1318638
|
Added delivers_from.
|
2010-01-25 00:37:12 +01:00 |
|
José Valim and Mikel Lindsaar
|
48faf53be1
|
Add some view paths tests.
|
2010-01-25 00:20:38 +01:00 |
|
José Valim and Mikel Lindsaar
|
90e9e46576
|
Merge branch 'master' of github.com:mikel/rails
|
2010-01-24 23:59:29 +01:00 |
|
José Valim and Mikel Lindsaar
|
0ece244fee
|
Ensure implicit multipart templates with locale works as expected.
|
2010-01-24 23:59:12 +01:00 |
|
José Valim and Mikel Lindsaar
|
4e96442c4e
|
Merge branch 'master' of git://github.com/rails/rails
Conflicts:
actionmailer/lib/action_mailer/mail_helper.rb
railties/lib/rails/configuration.rb
|
2010-01-25 09:50:01 +11:00 |
|
José Valim and Mikel Lindsaar
|
c0262827ca
|
Speed up some Hash core extensions.
|
2010-01-24 23:40:45 +01:00 |
|
José Valim and Mikel Lindsaar
|
328b0b1268
|
Remove deprecated behavior since 2.3.
|
2010-01-24 23:32:09 +01:00 |
|
José Valim and Mikel Lindsaar
|
0361414ae3
|
Add uniq_by and uniq_by! to Array.
|
2010-01-24 23:28:52 +01:00 |
|
Rizwan Reza
|
396003fc48
|
Revamp of Rails documentation task
Signed-off-by: Yehuda Katz <wycats@Yehuda-Katz.local>
|
2010-01-24 13:16:38 -08:00 |
|
José Valim
|
6e57b88c60
|
Fix a couple failures on 1.9.1.
|
2010-01-24 21:21:37 +01:00 |
|
José Valim and Mikel Lindsaar
|
a74a655648
|
Add tests to mail helper.
|
2010-01-24 19:52:50 +01:00 |
|
José Valim and Mikel Lindsaar
|
bd96614101
|
Move old tests to a specific folder and add some delivery method tests.
|
2010-01-24 19:36:42 +01:00 |
|
José Valim and Mikel Lindsaar
|
99f960a3d7
|
Handle some TODOs and deprecations.
|
2010-01-24 18:40:04 +01:00 |
|
José Valim and Mikel Lindsaar
|
0d931fecbb
|
Finish cleaning up delivery methods implementation.
|
2010-01-24 18:11:57 +01:00 |
|
José Valim and Mikel Lindsaar
|
5dead5bb88
|
Maintain old_api and deprecated_api in different files.
|
2010-01-24 17:49:48 +01:00 |
|
Joshua Peek
|
9543298d02
|
Use Rails::Application ref in Rakefile and console scripts.
Less places you need to change if you rename your application.
|
2010-01-24 10:35:45 -06:00 |
|
José Valim and Mikel Lindsaar
|
f30d73bab4
|
Add new class delivery method API.
|
2010-01-24 17:31:18 +01:00 |
|
Joshua Peek
|
9212652155
|
Add Rails::Application pointer to the default app to add symmetry to Foo::Application
|
2010-01-24 10:29:38 -06:00 |
|
José Valim and Mikel Lindsaar
|
7409b73484
|
Some refactoring.
|
2010-01-24 16:37:28 +01:00 |
|
José Valim
|
6545a68264
|
Fix failing tests after merge.
|
2010-01-24 15:08:06 +01:00 |
|
José Valim
|
84ebfa4550
|
Ensure metals and initializers in plugins are loaded.
|
2010-01-24 14:48:00 +01:00 |
|
José Valim
|
dd05b6c543
|
Add tests for plugin sanity check.
|
2010-01-24 12:49:12 +01:00 |
|
José Valim
|
e548f96b1d
|
Rename plugin_name to railtie_name and engine_name.
|
2010-01-24 12:23:21 +01:00 |
|
José Valim
|
b92608770e
|
Ensure environment config has higher priority than application ones.
|
2010-01-24 12:15:46 +01:00 |
|
José Valim
|
37e4deb260
|
Ensure helpers work from configured path.
|
2010-01-24 12:04:37 +01:00 |
|
José Valim
|
e0bdc4f446
|
Ensure namespaced controllers in engines work.
|
2010-01-24 11:06:06 +01:00 |
|
José Valim and Mikel Lindsaar
|
73a9000402
|
Adding failing tests for calling just the action, instead of :create_action_name and :deliver_action_name
|
2010-01-24 20:38:53 +11:00 |
|
José Valim
|
5cd9aad4fd
|
Add I18n tests to engines.
|
2010-01-24 10:27:42 +01:00 |
|
José Valim
|
25724c664d
|
Load deprecated tasks for plugins.
|
2010-01-24 10:03:03 +01:00 |
|
José Valim
|
5b26fa4875
|
Make plugin generator compatible with new schema.
|
2010-01-24 09:42:28 +01:00 |
|
José Valim
|
2fde9d774b
|
Solve some pendencies.
|
2010-01-24 09:32:54 +01:00 |
|
José Valim and Mikel Lindsaar
|
afc758297c
|
Moving AS::Notifications call to one location in base
|
2010-01-24 12:30:13 +11:00 |
|
José Valim and Mikel Lindsaar
|
258ca14800
|
Delegated ActionMailer::Base.deliveries to Mail.deliveries, added callback support in Mail to call ActionMailer on delivery, moved deliver to deprecated API in preparation for new API
|
2010-01-24 11:15:42 +11:00 |
|
José Valim and Mikel Lindsaar
|
e7e4ed48df
|
Set sort order for explicit parts from the collector's template sequence
|
2010-01-24 09:34:50 +11:00 |
|
José Valim
|
d3c40242a5
|
Move console stuff to its own directory.
|
2010-01-23 23:02:43 +01:00 |
|
José Valim
|
f915f9e339
|
Merge branch 'master' into app
Conflicts:
railties/lib/rails/application.rb
|
2010-01-23 22:53:26 +01:00 |
|
José Valim
|
b17e358e3d
|
Move configuration to subfolders.
|
2010-01-23 22:30:17 +01:00 |
|
José Valim
|
788fce2550
|
Create configurable modules and ensure that they are added only on direct children.
|
2010-01-23 18:41:53 +01:00 |
|
José Valim
|
2b75b94ac0
|
Plugin is now an Engine.
|
2010-01-23 17:51:48 +01:00 |
|
José Valim
|
924fa084e8
|
First steps into making Plugin < Engine.
|
2010-01-23 17:13:25 +01:00 |
|
José Valim
|
13d66cdf25
|
Extract Railtie load from application.
|
2010-01-23 16:59:37 +01:00 |
|
José Valim
|
4f03603215
|
Break application.rb file in smaller chunks.
|
2010-01-23 16:07:20 +01:00 |
|
José Valim
|
80130d1201
|
Extract routes reloading responsibilities from application and load them just upon a request.
|
2010-01-23 16:06:33 +01:00 |
|