Jeremy Kemper
|
0d5b50ee3a
|
pluginize concurrent block body part
|
2009-03-19 03:31:55 -07:00 |
|
Jeremy Kemper
|
6335f5d518
|
Merge branch 'master' into bodyparts
|
2009-03-18 11:18:48 -07:00 |
|
Jeremy Kemper
|
70e3dfb2e9
|
Pare down unit test
|
2009-03-16 12:09:34 -07:00 |
|
Pratik Naik
|
18eb80ccc7
|
Merge docrails
|
2009-03-16 11:28:36 +00:00 |
|
Joshua Peek
|
4185a4a5f5
|
update rack fixture to be ruby 1.9 compat
|
2009-03-15 23:48:07 -05:00 |
|
Joshua Peek
|
0706de4301
|
Better error message to try to figure out why the CI build is failing
|
2009-03-15 23:41:47 -05:00 |
|
Joshua Peek
|
46c12fdcb6
|
ruby 1.9 compat: Pathname doesn't support =~
|
2009-03-15 23:29:00 -05:00 |
|
Joshua Peek
|
d0e5417861
|
update rack fixture to be ruby 1.9 compat
|
2009-03-15 23:25:12 -05:00 |
|
Joshua Peek
|
367049cae6
|
Fix brittle Time.now mock
|
2009-03-15 23:17:31 -05:00 |
|
Joshua Peek
|
39ff550fa8
|
Ensure our bundled version of rack is at the front of the load path
|
2009-03-15 22:54:26 -05:00 |
|
David Heinemeier Hansson
|
73fc42cc0b
|
Prepare for final 2.3 release
|
2009-03-15 22:06:50 -05:00 |
|
misfo
|
7706b57034
|
allowed render :file to take Pathnames [#2220 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2009-03-14 10:42:02 -05:00 |
|
Joshua Peek
|
112056333f
|
Add Rack version to Rails info
|
2009-03-14 10:37:20 -05:00 |
|
Mike Gunderloy
|
07710fd3e0
|
Fix requirements for additional member/collection routes [#2054 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2009-03-14 10:06:00 -05:00 |
|
Jeremy Kemper
|
4a7b11d5d8
|
Less ceremony
|
2009-03-13 18:49:53 -07:00 |
|
Joshua Peek
|
5b025a1d11
|
Revert 5b7527ca "Failing test for routes with member & requirement" [#2054 state:wontfix]
|
2009-03-13 17:13:18 -05:00 |
|
Joshua Peek
|
eced3d8c55
|
Update rack to fix multipart uploads with an empty file [#1945 state:resolved]
|
2009-03-13 17:13:10 -05:00 |
|
Jeremy Kemper
|
2f998fc81f
|
Extract output buffer test
|
2009-03-13 03:23:13 -07:00 |
|
Jeremy Kemper
|
b2f98c13a3
|
Simplify parts and tests
|
2009-03-13 03:16:14 -07:00 |
|
Jeremy Kemper
|
d54d97b07c
|
Fix tests
|
2009-03-13 03:01:47 -07:00 |
|
Jeremy Kemper
|
5d76dee329
|
Example using an edge side include body part to fetch queued rendering results
|
2009-03-13 02:55:24 -07:00 |
|
Jeremy Kemper
|
7c1714cbd0
|
Body parts: future rendering, threaded future, queued future, open-uri example
|
2009-03-13 02:36:15 -07:00 |
|
Jeremy Kemper
|
79b0b1a0ef
|
Extract Response#string_body?
|
2009-03-13 02:15:51 -07:00 |
|
Jeremy Kemper
|
7e6c310b05
|
Merge branch 'master' into bodyparts
Conflicts:
actionpack/lib/action_view/base.rb
|
2009-03-13 01:10:39 -07:00 |
|
Jeremy Kemper
|
3d260760f0
|
Introduce flush_output_buffer to append the buffer to the response body then start a new buffer. Useful for pushing custom parts to the response body without disrupting template rendering.
|
2009-03-13 00:25:05 -07:00 |
|
Jeremy Kemper
|
91d2740595
|
Return body parts directly to Rack rather than building a response string ourselves. Allows Rack middleware to orchestrate response building.
|
2009-03-12 21:47:34 -07:00 |
|
Jeremy Kemper
|
5f1d6465b4
|
Change naming to match 2.2 so life is easier on plugin developers
|
2009-03-12 13:32:52 -07:00 |
|
Jeremy Kemper
|
82c6597dc2
|
Eliminate internal render stack since we only need its head and tail
|
2009-03-12 12:34:47 -07:00 |
|
Jeremy Kemper
|
c8c2b3820e
|
Eliminate internal render stack since we only need its head and tail
|
2009-03-12 12:34:22 -07:00 |
|
Mike Gunderloy
|
d771e7d17f
|
Handle irregular plurals in polymorphic_urls [#2212 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2009-03-12 17:02:07 +00:00 |
|
Donald Parish
|
be7b64b35a
|
Support MD5 passwords for Digest auth and use session_options[:secret] in nonce [#2209 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2009-03-12 13:24:54 +00:00 |
|
Russ Smith
|
f2c7508bef
|
Update bundled Rack to fix Litespeed compatibility [#2198 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2009-03-11 12:50:24 -05:00 |
|
Mislav Marohnić
|
fa45540cdb
|
Ensure correct content type is declared after cache hits on actions with string cache keys [#1585 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2009-03-10 23:31:19 +00:00 |
|
Joshua Peek
|
0a887e2386
|
check for rack 1.0 gem before falling back to bundled version
|
2009-03-10 15:09:44 -05:00 |
|
Joshua Peek
|
572e0aac80
|
update bundled version of rack before 2.3 final
|
2009-03-10 15:05:38 -05:00 |
|
Joshua Peek
|
8970f8ace5
|
remove rack gem dependency
|
2009-03-10 15:02:58 -05:00 |
|
Pratik Naik
|
0464254430
|
Add a missing CHANGELOG entry
|
2009-03-10 16:52:40 +00:00 |
|
Eugene Pimenov
|
bdfa733d04
|
Ensure auto_link doesnt linkify URLs in the middle of a tag [#1523 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2009-03-10 16:52:21 +00:00 |
|
Joshua Peek
|
224a534400
|
reset_session should force a new session id to be generated [#2173]
|
2009-03-09 22:46:03 -05:00 |
|
Andrew Bloom
|
90dba00822
|
Ensure blank path_prefix works as expected [#2122 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2009-03-09 15:27:13 +00:00 |
|
rpheath
|
1ab2ff58ed
|
Fixed number_to_phone to work with 7 digit numbers [#2176 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2009-03-09 12:53:44 +00:00 |
|
Jeremy Kemper
|
a3e67a15ed
|
Prototype helpers support the onCreate callback.
[#1074 state:committed]
|
2009-03-08 13:41:51 -07:00 |
|
Jeremy Kemper
|
1c36172c13
|
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
[#1617 state:resolved]
|
2009-03-08 13:11:58 -07:00 |
|
Yury Kotlyarov
|
9b8cde41bc
|
Remove duplicate test [#2136 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2009-03-08 15:50:38 +00:00 |
|
Mike Gunderloy
|
5e0f6214d2
|
Support OPTIONS verb in route conditions [#1727 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2009-03-08 12:37:17 +00:00 |
|
Tom Stuart
|
5c87e9addd
|
Ensure shallow routes respects namespace [#1356 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2009-03-07 22:50:58 +00:00 |
|
Joshua Peek
|
ea8488caef
|
Fixed simplified render with nested models [#2042 state:resolved]
|
2009-03-07 14:05:18 -06:00 |
|
Matt Jones
|
87e8b16246
|
fix HTML fallback for explicit templates [#2052 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2009-03-07 13:32:46 -06:00 |
|
Lawrence Pit
|
77f7d98e38
|
submit_tag with confirmation and disable_with [#660 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2009-03-07 13:29:35 -06:00 |
|
Dan Barry
|
45494580d9
|
Ensure Active Record error related view helpers escape the message [#1280 state:resolved] [Inge Jørgensen, Dan Barry]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2009-03-07 18:55:19 +00:00 |
|