Joshua Peek
|
2fbd6f46fd
|
Simply track controller namespaces instead of a complete list of
possible controllers to route to
|
2009-12-01 22:48:42 -06:00 |
|
Joshua Peek
|
7fe19d415a
|
Make recognize try to constantize controller to see if it exists
|
2009-12-01 22:22:48 -06:00 |
|
Joshua Peek
|
44587b7fae
|
Merge branch 'master' of github.com:rails/rails
|
2009-12-01 14:53:39 -06:00 |
|
Joshua Peek
|
61a31f3d3d
|
Fix generating params with optional defaults [#3404 state:resolved]
|
2009-12-01 14:52:19 -06:00 |
|
Jeremy Kemper
|
0c4990b5f4
|
Fix caching test to ensure notifications are all delivered
|
2009-12-01 12:19:42 -08:00 |
|
José Valim
|
6e30361260
|
Allow ActionController::Responder to have a common entry point for all formats.
Signed-off-by: Yehuda Katz <wycats@Yehuda-Katz.local>
|
2009-12-01 08:23:43 -08:00 |
|
Joshua Peek
|
075f50d62c
|
Fix some nested resource generation tests
|
2009-11-29 18:17:14 -06:00 |
|
Joshua Peek
|
f69f9820ee
|
Wrap up http related routing helpers
|
2009-11-29 17:45:12 -06:00 |
|
Joshua Peek
|
312c3bfa24
|
Break down long match routing method
|
2009-11-29 17:39:37 -06:00 |
|
Joshua Peek
|
5da01a92c7
|
Make use of extract_options!
|
2009-11-29 17:01:14 -06:00 |
|
Joshua Peek
|
40ae2070d5
|
Extract Resource and SingletonResource helper objects
|
2009-11-29 16:59:44 -06:00 |
|
Joshua Peek
|
8815fefd16
|
Bump required rack-mount version to 0.2.3
|
2009-11-29 15:34:46 -06:00 |
|
Joshua Peek
|
3f025e6408
|
Resource collection should be defined before member routes
|
2009-11-29 15:23:27 -06:00 |
|
Bryan Helmkamp
|
bb84cab2fc
|
Update reference to deprecated constant to avoid warnings
|
2009-11-28 23:41:03 -08:00 |
|
Yehuda Katz
|
45d8ff08a4
|
Remove reference to class that doesn't exist (ht: brynary)
|
2009-11-28 21:36:58 -08:00 |
|
Jeremy Kemper
|
4f2a04cc08
|
Notifications: extract central Notifier, cordon off the internal Fanout implementation, and segregate instrumentation concerns
|
2009-11-28 12:50:09 -08:00 |
|
Joshua Peek
|
59dbae145b
|
Privatize Routing.possible_controllers and fix brittle url helper
controller test loading.
|
2009-11-23 21:50:21 -06:00 |
|
Joshua Peek
|
15ab3a98a1
|
Find all controllers in memory to use for routing
|
2009-11-23 20:20:50 -06:00 |
|
Joshua Peek
|
f987e8561c
|
with_controllers is no longer used
|
2009-11-23 19:45:42 -06:00 |
|
Joshua Peek
|
8d351eac07
|
Extract Routing.controller_constraints
|
2009-11-23 19:44:43 -06:00 |
|
Joshua Peek
|
350d3daa88
|
Remove inflection reloads routes test
|
2009-11-23 19:25:39 -06:00 |
|
Joshua Peek
|
01c9f99c53
|
Kill dead routing internals helpers
|
2009-11-23 19:17:53 -06:00 |
|
Joshua Peek
|
ef771552b7
|
Don't really care about reloading routes when inflections are
changed.
|
2009-11-23 18:59:48 -06:00 |
|
Joshua Peek
|
0ddba7cf66
|
Require rackmount >= 0.2.2
|
2009-11-23 18:07:18 -06:00 |
|
Jeremy Kemper
|
f8d06e62a9
|
Pending test now passing
|
2009-11-23 14:07:54 -08:00 |
|
Jeremy Kemper
|
0ce9206541
|
Update gemspec also
|
2009-11-19 18:31:50 -08:00 |
|
Joshua Peek
|
6e67f88a11
|
Extended and case insensitive regexp routes aren't that important.
Mark them as pending till I figure it out.
|
2009-11-19 17:58:57 -08:00 |
|
Joshua Peek
|
4b325fcd1a
|
Update routing for rackmount 0.2 api changes
|
2009-11-19 17:58:57 -08:00 |
|
Joshua Peek
|
5df26dd7a9
|
Add basic nested named route support to new routing dsl. Also add a
bunch of pending tests.
|
2009-11-19 09:04:53 -08:00 |
|
Jeremy Kemper
|
0dfd993e77
|
Fix test bleed
|
2009-11-18 17:54:27 -08:00 |
|
Jeremy Kemper
|
e1385be025
|
Extract form_authenticity_param instance method so it's overridable in subclasses
|
2009-11-17 23:40:06 -08:00 |
|
Will Read
|
7fadb3f261
|
Allow explicit placement of hidden id element for nested models.
[#3259 state:resolved]
Signed-off-by: Eloy Duran <eloy.de.enige@gmail.com>
|
2009-11-15 21:47:57 +01:00 |
|
Jeremy Kemper
|
3ee9b8f2b2
|
Remove Gemfile deps duplicated from AP gemspec
|
2009-11-14 03:27:18 -08:00 |
|
Jeremy Kemper
|
3f54f3100b
|
Ruby 1.9.2: StringIO no longer has #path
|
2009-11-13 13:10:28 -08:00 |
|
José Valim
|
2cb47c742f
|
Split mime responder into smaller chunks and allow action to be configured.
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
2009-11-13 09:52:52 -08:00 |
|
Joshua Peek
|
a28d0ea33e
|
Remove rackmount const usage
|
2009-11-12 23:33:30 -06:00 |
|
David Vrensk
|
af44b07649
|
Rdoc for changes introduced in e2ed1a1ca, 36058f450.
[#3451 state:committed]
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
2009-11-12 11:21:44 -08:00 |
|
Jeremy Kemper
|
1ac8e0662f
|
Rack: HTTPS is either 'on' or 'off' as of 9b7a0569e4067d0c23a00fc24273436e85c56d7f
|
2009-11-10 16:57:55 -08:00 |
|
Jeremy Kemper
|
631a27d6a5
|
Revert "Revert "Eliminate warning with layout is unset""
This reverts commit d8fd0499bf.
|
2009-11-10 16:15:43 -08:00 |
|
Jeremy Kemper
|
8cd486da80
|
test-unit 2 compat: assert_raise doesn't support regexp second arg to match exception message
|
2009-11-10 16:14:10 -08:00 |
|
Jeremy Kemper
|
d8fd0499bf
|
Revert "Eliminate warning with layout is unset"
This reverts commit 1fcf32f8fe.
|
2009-11-10 16:09:52 -08:00 |
|
Jeremy Kemper
|
1fcf32f8fe
|
Eliminate warning with layout is unset
|
2009-11-10 15:48:03 -08:00 |
|
Jeremy Kemper
|
6480850d37
|
Revert "Eliminate warning with layout is unset"
This reverts commit 90be80361f.
|
2009-11-10 15:43:37 -08:00 |
|
Jeremy Kemper
|
be664392c0
|
Eliminate warning by initializing nil formats
|
2009-11-10 14:13:54 -08:00 |
|
Jeremy Kemper
|
90be80361f
|
Eliminate warning with layout is unset
|
2009-11-10 14:13:21 -08:00 |
|
Joshua Peek
|
11e798ae0f
|
Avoid adding component lib/ to load path multiple times
|
2009-11-09 23:28:36 -06:00 |
|
Joshua Peek
|
23229d5ad4
|
Remove preflight lib check during AP tests. Bundler resolves this issue
|
2009-11-09 22:59:30 -06:00 |
|
Joshua Peek
|
a31ecff554
|
Don't warn me if I'm not using bundler to run tests
|
2009-11-09 22:51:48 -06:00 |
|
Joshua Peek
|
e9d21ca903
|
Add pending test for generating routes with optional params that recall last
request
|
2009-11-09 22:18:51 -06:00 |
|
Joshua Peek
|
763489ce06
|
Add pending test for route generation with default param
|
2009-11-09 21:54:50 -06:00 |
|