Jay Pignata
|
8ef1cd9733
|
Enhancing distance_of_time_in_words to prefix year output with over and about depending upon how many months have elapsed
Signed-off-by: Michael Koziarski <michael@koziarski.com>
[#3106 state:committed]
|
2009-09-28 14:36:38 +13:00 |
|
Joshua Peek
|
a6757a02e1
|
Move middleware and route configuration from AC::Dispatcher to Rails application object
|
2009-09-26 21:59:28 -05:00 |
|
Joshua Peek
|
14866fa3d8
|
Allow setting a default application for all integration tests
|
2009-09-26 21:38:48 -05:00 |
|
Joshua Peek
|
acfeec5151
|
Allow integration test rack app to be set with "@app" ivar instead of using open_session
|
2009-09-26 20:51:05 -05:00 |
|
Joshua Peek
|
02413baabb
|
Fix skipping memcache tests if a memcache server isn't running
|
2009-09-26 20:02:47 -05:00 |
|
Joshua Peek
|
198081a639
|
Remove deprecated calls to Dispatcher.to_prepare
|
2009-09-26 19:57:36 -05:00 |
|
Joshua Peek
|
1f72700575
|
Move default middleware stack into initializer
|
2009-09-26 13:41:32 -05:00 |
|
Joshua Peek
|
71b33ec482
|
AC::Dispatcher is the default app, don't need to set it
|
2009-09-26 13:02:34 -05:00 |
|
Joshua Peek
|
0c638b3406
|
Clean up session integration tests so they don't reference AC::Dispatcher
|
2009-09-26 12:56:53 -05:00 |
|
Joshua Peek
|
ef58194129
|
Move Rails::Static into ActionDispatch
|
2009-09-26 11:37:42 -05:00 |
|
Joshua Peek
|
088ce2904d
|
Fix generic url rewriter in integration tests
|
2009-09-25 11:10:39 -05:00 |
|
Jeremy Kemper
|
0bd6e933c0
|
Restore split between require-time and runtime load path mungery. Simplifies vendor requires.
|
2009-09-24 18:38:18 -07:00 |
|
Joshua Peek
|
9f96708f53
|
Resurrect AC::Benchmarking [#3140 state:resolved]
|
2009-09-24 12:13:09 -05:00 |
|
Joshua Peek
|
542ddde5d4
|
Move helpers specific to functional tests out of TestProcess into AC::TestCase
|
2009-09-23 23:03:24 -05:00 |
|
Joshua Peek
|
4a55d1de8d
|
Move integration test runner into ActionDispatch
|
2009-09-23 22:38:19 -05:00 |
|
José Valim
|
2407479603
|
Fixes Sam Ruby tests suite.
Signed-off-by: Yehuda Katz <wycats@gmail.com>
|
2009-09-21 17:56:24 -07:00 |
|
José Valim
|
a0233dd3b2
|
Use NewCallbacks on ActionDispatch::Callbacks.
|
2009-09-20 10:56:38 -03:00 |
|
José Valim
|
7cc1c2e71d
|
Add Orchestra instrumentation to fragment and page caching.
|
2009-09-20 10:56:38 -03:00 |
|
Joshua Peek
|
f5ace625fe
|
Ensure changes to I18n locale get reset during tests
|
2009-09-19 13:22:09 -05:00 |
|
Joshua Peek
|
f1c8f07be8
|
Follow short name convention for test folder and just call it "abstract"
|
2009-09-19 13:14:22 -05:00 |
|
Joshua Peek
|
69192bee2d
|
Merge bundler helper into abstract_unit
|
2009-09-19 13:12:54 -05:00 |
|
Joshua Peek
|
0540781539
|
Namespace TestControllers inside their test case class
|
2009-09-19 13:04:12 -05:00 |
|
Joshua Peek
|
db0af8075d
|
Avoid conflict with a "MetalTest" module used in tests
|
2009-09-19 12:52:52 -05:00 |
|
Joshua Peek
|
355e2350ca
|
All on one base, don't need this
|
2009-09-19 12:51:28 -05:00 |
|
Joshua Peek
|
12b3799448
|
Avoid conflicts with another ContentTypeController used in testing
|
2009-09-19 12:50:14 -05:00 |
|
Joshua Peek
|
f05b1e5eb1
|
All on one abstract_unit
|
2009-09-19 12:10:41 -05:00 |
|
Joshua Peek
|
a6f19a155a
|
There is only one base now
|
2009-09-19 11:57:56 -05:00 |
|
Joshua Peek
|
5bc47a93b7
|
Make sure caching test is using a generatable url
|
2009-09-19 11:56:11 -05:00 |
|
Joshua Peek
|
52aeb8d2e7
|
Beef up AD::Rescue to replace global exception handling lost in ApplicationController
|
2009-09-15 16:33:15 -05:00 |
|
Joshua Peek
|
90d7ae23c6
|
Remove global exception catching from ApplicationController.
It was severely broken since it was ported to NewBase and is causing problems with normal exception catching. A replacement is coming soon.
|
2009-09-15 10:05:46 -05:00 |
|
Jeremy Kemper
|
ec36edff2d
|
Use abort
|
2009-09-13 21:52:18 -07:00 |
|
Joshua Peek
|
988a614dd2
|
Don't run gem bundle by default
|
2009-09-13 23:33:54 -05:00 |
|
Joshua Peek
|
b2f0b8cbda
|
Rollback AS bundler work and improve activation of vendored dependencies
|
2009-09-13 22:55:46 -05:00 |
|
Joshua Peek
|
a0e43073e2
|
Rewrite resource routing tests that are coupled to the router implementation
|
2009-09-13 18:43:16 -05:00 |
|
Joshua Peek
|
a3fcfd819b
|
Need to reset session for AP rescue tests after altering the route set
|
2009-09-13 17:52:33 -05:00 |
|
Joshua Peek
|
213c920e4f
|
Define weblog controller for url helper test
|
2009-09-13 17:28:44 -05:00 |
|
Joshua Peek
|
076d7f885e
|
AP tests: detect missing dependencies and automatically run bundler
|
2009-09-13 16:37:30 -05:00 |
|
Joshua Peek
|
6d214c953b
|
Merge abstract_controller/test_helper and new_base/test_helper since they are expected to run in the same testing sandbox
|
2009-09-13 16:30:27 -05:00 |
|
Joshua Peek
|
48c81f52d4
|
Remove dead old base abstract unit
|
2009-09-13 15:34:17 -05:00 |
|
Joshua Peek
|
25f4129151
|
Need to declare optional dependencies from AS
|
2009-09-13 12:58:49 -05:00 |
|
Joshua Peek
|
a9f5f4bb45
|
Don't force test suite to use bundler
|
2009-09-13 12:42:13 -05:00 |
|
Michael Koziarski
|
81cba78e9e
|
Merge commit 'alloy/master-nested_attributes_and_autosave'
|
2009-09-13 10:32:24 +12:00 |
|
Yehuda Katz
|
ddb4600ce6
|
Get ActionPack's test running on bundled gems. This should make running tests on new machines, as well as CI, work well.
|
2009-09-12 15:22:11 -05:00 |
|
Yehuda Katz
|
7152a4e9a6
|
Add per-controller middleware
|
2009-09-12 13:51:15 -05:00 |
|
Andrew France
|
1b78e9bba3
|
Allow fields_for on a nested_attributes association to accept an explicit collection to be used. [#2648 state:resolved]
Signed-off-by: Eloy Duran <eloy.de.enige@gmail.com>
|
2009-09-12 15:50:05 +02:00 |
|
Nathaniel Talbott
|
f024aabee3
|
Fix filtering parameters when there are Fixnum or other un-dupable values.
[#3184 state:committed]
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
2009-09-10 18:53:50 -07:00 |
|
Joshua Peek
|
1a0f822037
|
Use draw/connect mapper api instead of directly using add_named_route
|
2009-09-06 23:21:04 -05:00 |
|
Joshua Peek
|
314e18aba2
|
Need to reset session for AR session tests after altering the route set
|
2009-09-06 23:09:47 -05:00 |
|
Joshua Peek
|
2ae84e04aa
|
Add fake controllers for url rewriter tests
|
2009-09-06 23:02:55 -05:00 |
|
Joshua Peek
|
c531bd6665
|
Cleanup hacky routing with controller_path in url helper tests. This doesn't work in real life anyway.
|
2009-09-06 22:29:29 -05:00 |
|