Commit Graph

12849 Commits

Author SHA1 Message Date
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
Mikel Lindsaar
a06a5a64ba Unvendor'd text-format, now requires text-format gem 2010-01-28 12:08:14 +11:00
Mikel Lindsaar
c1f308f8c6 Unvendor'd MemCache-Client. Now requires the MemCache Client gem as a dependency - Don't forget to gem bundle buys and girls 2010-01-28 11:56:47 +11:00
Mikel Lindsaar
f1fe71d754 Unvendor'd Builder. Now requires the Builder gem as a dependency 2010-01-28 11:51:37 +11:00
Mikel Lindsaar
9029efce41 Unbundling TZInfo 2010-01-28 11:46:54 +11:00
Mikel Lindsaar
32ce2bb37f Updated mail requirement to 2.1.2 2010-01-28 11:33:58 +11:00
Gregor Schmidt
7b8c6472ff Adding custom yaml (de-)serialization for OrderedHash
[#3608 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-01-27 15:29:06 -08:00
Stefan Penner
2e338aed70 updated tests + docs, plus minor inconsistency fixes 2010-01-27 12:44:36 -06:00
Stefan Penner
253f335294 tests + docs 2010-01-27 12:44:36 -06:00
Stephen St. Martin
da19dfa419 support for observers in jquery driver, and minor bug fixes 2010-01-27 12:44:35 -06:00
Erik St. Martin
d13f254160 initial prototype of prototype js driver 2010-01-27 12:44:35 -06:00
Erik St. Martin
3c7d39d65f observe_form now supports :with option as it should 2010-01-27 12:44:35 -06:00
Stephen St. Martin
5584d58e65 refactored to be more dry, data-update-failure now correctly works, combine compat and driver, namespaced events, and support for periodically_call_remote 2010-01-27 12:44:35 -06:00
Stefan Penner
1b8ced53c4 Added regression tests that discovered the previous issue. 2010-01-27 12:44:35 -06:00
Erik St. Martin
c0f63883ea :href should be comming in through html_options and not options 2010-01-27 12:44:35 -06:00
Erik St. Martin
f661a3bc59 removing container inline js function of observed elements :function callback 2010-01-27 12:44:35 -06:00
Erik St. Martin
a6cd35ba68 moving html_safe call into helpers directly as they only work from that level 2010-01-27 12:44:35 -06:00
Erik St. Martin
007db3fca8 start of prototype driver, missing observe_form, observe_field, and periodically_call_remote 2010-01-27 12:44:35 -06:00
Erik St. Martin
0215466832 periodically_call_remote does not need data-observe=true 2010-01-27 12:44:35 -06:00
Erik St. Martin
6a8da2053e need to tell erb that our <script> tag is html_safe 2010-01-27 12:44:35 -06:00
Erik St. Martin
ad26b3934e test to go with last commit, explicit :href for link_to_remote 2010-01-27 12:44:35 -06:00
Erik St. Martin
9fe845670d adding :href override to link_to_remote 2010-01-27 12:44:34 -06:00