Joshua Peek
|
ac20f2cea1
|
Revert "Add rails.js driver to default source list"
This reverts commit 8a46e1182e.
|
2010-01-30 14:39:59 -06:00 |
|
Joshua Peek
|
ffc10731c3
|
Revert "fixed tests to also look for rails.js when using javascript_include_tag :defaults"
This reverts commit 7f181e4750.
|
2010-01-30 14:39:59 -06:00 |
|
Joshua Peek
|
e0d4e5f345
|
Revert "Drop JS scripts from core"
This reverts commit a06c47a52b.
|
2010-01-30 14:39:59 -06:00 |
|
Pratik Naik
|
ec057ada07
|
Rely on arel to generate the correct sql when an empty array is supplied to IN predicate
|
2010-01-30 19:34:05 +00:00 |
|
Joshua Peek
|
1bd8a50a99
|
Deprecation notice for TestResponse#redirected_to
|
2010-01-30 12:26:49 -06:00 |
|
José Valim
|
c164ca1efb
|
Bring helpers_dir deprecation back.
|
2010-01-30 16:49:58 +01:00 |
|
José Valim
|
2d567e470a
|
Add transfer_encoding= setter deprecation.
|
2010-01-30 16:39:27 +01:00 |
|
José Valim
|
0e063f435c
|
Fix some backward incompatible behavior on AM.
|
2010-01-30 16:35:22 +01:00 |
|
José Valim
|
d6e2f5013c
|
Drop AR I18n deprecation and simple use errors.messages as fallback.
|
2010-01-30 13:12:12 +01:00 |
|
José Valim
|
431fc3c817
|
Improve railtie deprecation messages.
|
2010-01-30 12:30:15 +01:00 |
|
Paul Rosania
|
766e857bea
|
tsort-based dependency resolution for initializers
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
2010-01-29 19:25:58 -08:00 |
|
Joshua Peek
|
a06c47a52b
|
Drop JS scripts from core
|
2010-01-29 20:27:23 -06:00 |
|
Joshua Peek
|
bddd1bb626
|
Deprecate link_to :popup
|
2010-01-29 20:00:55 -06:00 |
|
Erik St. Martin
|
7f181e4750
|
fixed tests to also look for rails.js when using javascript_include_tag :defaults
|
2010-01-29 16:33:27 -06:00 |
|
Joshua Peek
|
8a46e1182e
|
Add rails.js driver to default source list
|
2010-01-29 14:03:38 -06:00 |
|
José Valim
|
24aba77d9c
|
Only load testing tasks if test unit is being used.
|
2010-01-29 17:51:06 +01:00 |
|
José Valim
|
17ea8d8d4d
|
Automatically configure generators if application is defined.
|
2010-01-29 17:51:06 +01:00 |
|
José Valim
|
cc2642b220
|
Added :format and :locale options to render.
|
2010-01-29 17:51:06 +01:00 |
|
José Valim
|
986a4e616b
|
Fix rendering of layouts.
|
2010-01-29 17:51:05 +01:00 |
|
José Valim
|
ba82eb2efa
|
Get rid of AM warnings in AP test suite.
|
2010-01-29 17:51:05 +01:00 |
|
José Valim
|
3f84091937
|
ActionMailer should depend just on AbstractController.
|
2010-01-29 17:51:05 +01:00 |
|
Mikel Lindsaar
|
2960077445
|
Add a failing test case for render :layout
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-01-29 17:51:05 +01:00 |
|
Mikel Lindsaar
|
1024c11f3c
|
Added tests for rendering different template for new API
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-01-29 17:51:05 +01:00 |
|
Yehuda Katz
|
8031a53abd
|
superclass_delegating_accessor rewritten to serve as the base for many other kinds of accessors (step 1 of unification)
|
2010-01-29 03:01:02 -08:00 |
|
Jeremy Kemper
|
d58398c2b5
|
Ensure test sets json time format flag
|
2010-01-28 10:46:23 -08:00 |
|
Carl Lerche
|
f15bbcf97e
|
Move the ActiveRecord generator settings into the Railtie
|
2010-01-28 10:45:25 -08:00 |
|
José Valim
|
e7418ab63c
|
Add more tests to some key points in Railties.
Signed-off-by: Carl Lerche <carllerche@mac.com>
|
2010-01-28 10:28:41 -08:00 |
|
José Valim
|
64ea3dfd9f
|
Add reloadable specific for engines and move environment to application paths.
Signed-off-by: Carl Lerche <carllerche@mac.com>
|
2010-01-28 10:28:41 -08:00 |
|
José Valim
|
d3d487479a
|
Add config.to_prepare back and add tests for it.
Signed-off-by: Carl Lerche <carllerche@mac.com>
|
2010-01-28 10:28:40 -08:00 |
|
José Valim
|
226d8e745a
|
Refactor MetalLoader and RoutesReloader to rely less on class configuration.
Signed-off-by: Carl Lerche <carllerche@mac.com>
|
2010-01-28 10:28:40 -08:00 |
|
Carl Lerche
|
252911e378
|
Cleanup the test_unit generator move into the railtie
|
2010-01-28 10:17:41 -08:00 |
|
Carl Lerche
|
6268fcdc30
|
Fix the test_framework generator tests
|
2010-01-28 10:03:47 -08:00 |
|
Carlhuda
|
c7c3eac762
|
Test::Unit Railtie
|
2010-01-28 09:55:29 -08:00 |
|
Stefan Penner
|
3aa1ea1ae4
|
Merge branch 'rails/master' into ujs
|
2010-01-27 22:44:56 -06:00 |
|
Jeremy Kemper
|
2c12a71378
|
Missed template change for defaults -> default
|
2010-01-27 19:53:46 -08:00 |
|
Jeremy Kemper
|
452bb1e48d
|
Rename 'defaults' class method to 'default' to reflect that it's a declaration
|
2010-01-27 19:38:17 -08:00 |
|
Jeremy Kemper
|
079714277d
|
Attend to brittle mailer generator tests
|
2010-01-27 19:33:26 -08:00 |
|
Jeremy Kemper
|
fd0eb3d904
|
Clear up some ivar warnings
|
2010-01-27 19:33:03 -08:00 |
|
Erik St. Martin
|
2ec99192d5
|
renaming javascript drivers to *.rails.js for better naming convention
|
2010-01-27 22:32:10 -05:00 |
|
Jeremy Kemper
|
187b3b0b48
|
Fix time comparison. Mail#date returns DateTime not Time.
|
2010-01-27 19:08:36 -08:00 |
|
Jeremy Kemper
|
8c60acbea2
|
Expected attachment encoding is binary
|
2010-01-27 18:37:17 -08:00 |
|
Erik St. Martin
|
eff999d679
|
initial prototype of jQuery driver complete
|
2010-01-27 21:35:58 -05:00 |
|
Jatinder Singh
|
e87748869a
|
Use format of ARes rather than content-type of remote errors to load errors.
[#1956 state:committed]
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
2010-01-27 18:27:18 -08:00 |
|
Geoff Buesing
|
e98f9579c4
|
Time#- with a DateTime argument behaves the same as with a Time argument, i.e. returns the difference between self and arg as a Float [#3476 status:resolved]
|
2010-01-27 20:17:09 -06:00 |
|
snusnu
|
016f15dc69
|
active_support/ordered_hash now requires yaml
|
2010-01-27 18:13:06 -08:00 |
|
Erik St. Martin
|
a0232d8641
|
jquery driver now supports :confirm
|
2010-01-27 20:58:17 -05:00 |
|
Erik St. Martin
|
4911343bf7
|
jquery driver now supports :popup
|
2010-01-27 20:42:36 -05:00 |
|
Jeremy Kemper
|
f2dd3578c0
|
self.defaults => default
|
2010-01-27 17:35:51 -08:00 |
|
Jeremy Kemper
|
030ab357f9
|
Remove unbundle changelogs
|
2010-01-27 17:11:29 -08:00 |
|
Jeremy Kemper
|
8399a315f5
|
Merge remote branch 'mikel/master'
|
2010-01-27 17:09:55 -08:00 |
|