|
|
|
@7719
|
[7719]
|
10/02/07 05:32:14 |
bitsweat |
Ruby 1.9 compat, consistent load paths |
|
|
|
@7438
|
[7438]
|
09/09/07 23:12:57 |
david |
Random hits from the style nazi |
|
|
|
@7403
|
[7403]
|
09/03/07 00:18:30 |
nzkoz |
Remove deprecated functionality from actionpack. Closes #8958 [lifofifo] |
|
|
|
@6403
|
[6403]
|
03/13/07 04:46:12 |
bitsweat |
Deprecation: remove toplevel components directory and … |
|
|
|
@6125
|
[6125]
|
02/04/07 22:27:45 |
rick |
Fix issue with deprecation messing up #template_root= usage. Add … |
|
|
|
@5631
|
[5631]
|
11/26/06 01:24:10 |
bitsweat |
uses_component_template_root looks at caller[0] which turns up the … |
|
|
|
@5536
|
[5536]
|
11/16/06 06:40:37 |
bitsweat |
Deprecate standalone components. |
|
|
|
@5207
|
[5207]
|
09/29/06 08:26:45 |
bitsweat |
Deprecate @response |
|
|
|
@5201
|
[5201]
|
09/29/06 07:34:02 |
bitsweat |
Deprecation: @request will be removed after 1.2. Use the request method … |
|
|
|
@4699
|
[4699]
|
08/07/06 06:11:56 |
bitsweat |
Deprecation! @session and @flash will be removed after 1.2. Use the … |
|
|
|
@4595
|
[4595]
|
07/08/06 18:14:49 |
bitsweat |
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
Check whether @flash is … |
|
|
|
@4474
|
[4474]
|
06/21/06 00:31:43 |
bitsweat |
Determine the correct template_root for deeply nested components. Closes … |
|
|
|
@4312
|
[4312]
|
04/29/06 20:20:22 |
marcel |
Replace alias method chaining with Module#alias_method_chain. [Marcel … |
|
|
|
@4079
|
[4079]
|
03/28/06 03:19:27 |
david |
Fixed docs |
|
|
|
@3989
|
[3989]
|
03/20/06 04:01:10 |
david |
Performance speedup for ActionController (closes #4174) [Stefan Kaes] … |
|
|
|
@3927
|
[3927]
|
03/18/06 16:11:21 |
david |
Just use a normal update on the indifferent hash |
|
|
|
@3581
|
[3581]
|
02/12/06 06:11:17 |
david |
Flash shouldnt depend on components either [DHH] |
|
|
|
@3580
|
[3580]
|
02/12/06 05:51:02 |
david |
Stopped the massive bleeding of concerns into ActionController::Base. Base … |
|
|
|
@3577
|
[3577]
|
02/12/06 01:06:45 |
david |
Add caution and restyle components |
|
|
|
@3576
|
[3576]
|
02/12/06 00:46:01 |
david |
The components module should also contain the options that pertain to it, … |
|
|
|
@3563
|
[3563]
|
02/09/06 20:05:11 |
bitsweat |
Major components cleanup and speedup. Closes #3527. |
|
|
|
@2970
|
[2970]
|
11/10/05 12:59:22 |
htonl |
This does not need to be thread local (thanks skaes). |
|
|
|
@2749
|
[2749]
|
10/26/05 13:20:46 |
david |
Fixed docs (closes #2468) |
|
|
|
@2722
|
[2722]
|
10/25/05 00:38:51 |
htonl |
Take a different approach to keeping flash around when using … |
|
|
|
@2604
|
[2604]
|
10/15/05 02:53:21 |
htonl |
If a component redirects when called with render_component_as_string, … |
|
|
|
@2363
|
[2363]
|
09/27/05 11:02:11 |
htonl |
Keep flash after component is rendered. Closes #2291. |
|
|
|
@887
|
[887]
|
03/11/05 01:55:18 |
david |
Params for components should treat string and symbol keys indifferently |
|
|
|
@862
|
[862]
|
03/06/05 17:27:11 |
david |
Added shortcut :id assignment to render_component and friends (before you … |
|
|
|
@780
|
[780]
|
02/24/05 01:29:43 |
david |
Updated documentation |
|
|
|
@769
|
[769]
|
02/23/05 15:26:48 |
david |
Added Base#render_component_as_string |
|
|
|
@749
|
[749]
|
02/22/05 17:11:34 |
david |
More component fun |
|
|
|
@748
|
[748]
|
02/22/05 17:10:00 |
david |
More component fun |
|
|
|
@747
|
[747]
|
02/22/05 16:58:45 |
david |
Fixed component method names |
|
|
|
@744
|
[744]
|
02/22/05 14:14:42 |
david |
Made the sharing of request and response safer |
|
|
|
@715
|
[715]
|
02/20/05 17:18:59 |
david |
Made caching work for WEBrick and lighttpd by appending .html for all URLs … |
|
|
|
@713
|
[713]
|
02/20/05 13:50:13 |
david |
Added new keyword to specify load paths as being component based. Added … |
|
|
|
@707
|
[707]
|
02/20/05 00:02:02 |
david |
Fixed internal calling |
|
|
|
@706
|
[706]
|
02/19/05 23:51:59 |
david |
Tests and tweaks for components |
|
|
|
@698
|
[698]
|
02/19/05 20:33:15 |
david |
Use full status for render_component from within a controller |
|
|
|
@697
|
[697]
|
02/19/05 20:29:55 |
david |
Added preliminary version of render_component |