index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove debugging statement
David Heinemeier Hansson
2005-02-20
1
-1
/
+0
*
All the memory-based stores should use a mutex #611 [inspire22]
David Heinemeier Hansson
2005-02-20
1
-2
/
+2
*
Upgraded to breakpoint 92
David Heinemeier Hansson
2005-02-20
1
-2
/
+1
*
Never end generated paths with a '/' #683
David Heinemeier Hansson
2005-02-20
3
-12
/
+10
*
Made caching work for WEBrick and lighttpd by appending .html for all URLs no...
David Heinemeier Hansson
2005-02-20
2
-8
/
+7
*
Added new keyword to specify load paths as being component based. Added bette...
David Heinemeier Hansson
2005-02-20
4
-8
/
+31
*
Gives Rescues some Love #680
David Heinemeier Hansson
2005-02-20
3
-2
/
+13
*
Fixed internal calling
David Heinemeier Hansson
2005-02-20
2
-1
/
+14
*
Tests and tweaks for components
David Heinemeier Hansson
2005-02-19
2
-1
/
+14
*
Unit tests for rendering components
David Heinemeier Hansson
2005-02-19
1
-0
/
+48
*
Fixed a few tests
David Heinemeier Hansson
2005-02-19
2
-1
/
+48
*
Fixed the scaffolding/routing issue for real
David Heinemeier Hansson
2005-02-19
1
-1
/
+1
*
Use full status for render_component from within a controller
David Heinemeier Hansson
2005-02-19
1
-1
/
+1
*
Added preliminary version of render_component
David Heinemeier Hansson
2005-02-19
2
-3
/
+34
*
Added Afghanistan (no more conspiracy!) to FormOptions#country_select and For...
David Heinemeier Hansson
2005-02-19
2
-2
/
+2
*
Added :order option for date_select that allows control over the order in whi...
David Heinemeier Hansson
2005-02-19
2
-13
/
+29
*
Added ActionView::Base.register_template_handler for easy integration of an a...
David Heinemeier Hansson
2005-02-19
3
-15
/
+77
*
Fixed scaffolding and routes conflict #669
David Heinemeier Hansson
2005-02-19
1
-1
/
+1
*
One comma too much
David Heinemeier Hansson
2005-02-19
1
-1
/
+1
*
Added AssetTagHelper that provides methods for linking a HTML page together w...
David Heinemeier Hansson
2005-02-19
4
-1
/
+107
*
Completed FormTagHelper by adding radio_button_tag and select_tag
David Heinemeier Hansson
2005-02-19
2
-1
/
+18
*
Added FormTagHelper that provides a number of methods for creating form tags ...
David Heinemeier Hansson
2005-02-19
4
-26
/
+83
*
Added Iran and Irak to the countries list used by FormOptions#country_select ...
David Heinemeier Hansson
2005-02-19
1
-2
/
+10
*
Updated tests for TextHelper#auto_link
David Heinemeier Hansson
2005-02-19
2
-3
/
+8
*
Made auto_link the only public method of its clan and added an option to cont...
David Heinemeier Hansson
2005-02-19
1
-16
/
+23
*
Added Iran and Irak to the countries list used by country_select and country_...
David Heinemeier Hansson
2005-02-19
1
-1
/
+4
*
Renamed link_to_image to link_image_to (since thats what it actually does) --...
David Heinemeier Hansson
2005-02-19
1
-6
/
+15
*
Use per-document setting for hardbreaks on textile
David Heinemeier Hansson
2005-02-19
1
-2
/
+1
*
Added defaults and regexp requirements to Routing #666
David Heinemeier Hansson
2005-02-19
1
-10
/
+50
*
Renamed action_service to action_web_service
David Heinemeier Hansson
2005-02-19
1
-0
/
+2
*
Fixed textilize for RedCloth3 to keep doing hardbreaks
David Heinemeier Hansson
2005-02-19
1
-0
/
+1
*
Clear route defaults using :name => nil #663
David Heinemeier Hansson
2005-02-18
2
-1
/
+7
*
Added URL escaping for routing #664
David Heinemeier Hansson
2005-02-18
2
-3
/
+15
*
Fixed that assert_template_xpath_matches did not indicate when a path was not...
David Heinemeier Hansson
2005-02-18
4
-2
/
+19
*
Added TextHelper#auto_link, TextHelper#auto_link_urls, and TextHelper#auto_li...
David Heinemeier Hansson
2005-02-18
3
-0
/
+26
*
Loading the Routes should happen in the environments #655
David Heinemeier Hansson
2005-02-17
1
-2
/
+1
*
Documentation on :include_blank #579
David Heinemeier Hansson
2005-02-17
1
-0
/
+13
*
Skip Active Record tests in Action Pack if the SQLite database cant be brough...
David Heinemeier Hansson
2005-02-17
2
-101
/
+110
*
Only load ROUTE_FILE if one has been declared
David Heinemeier Hansson
2005-02-17
1
-3
/
+1
*
Fixed that on validation errors, scaffold couldn't find template #654 [mindel]
David Heinemeier Hansson
2005-02-17
2
-4
/
+6
*
AR, AP, and AM should look for AS in sibling directory before trying RubyGems...
David Heinemeier Hansson
2005-02-17
2
-3
/
+7
*
More tests for Routing related stuff
David Heinemeier Hansson
2005-02-17
1
-0
/
+72
*
Fixed that a bunch of methods from ActionController::Base was accessible as a...
David Heinemeier Hansson
2005-02-17
2
-3
/
+21
*
Added current_page?(options) method to check if the url_for options passed co...
David Heinemeier Hansson
2005-02-17
1
-1
/
+6
*
Simplified link_to_unless_current to work with the new Routing
David Heinemeier Hansson
2005-02-17
1
-24
/
+3
*
Better fix for requireing a missing route file in unit tests
David Heinemeier Hansson
2005-02-17
1
-1
/
+3
*
Fix that routes werent being loaded in production environment
David Heinemeier Hansson
2005-02-17
2
-1
/
+9
*
Forget defaults :action if :controller changed at all
David Heinemeier Hansson
2005-02-17
1
-2
/
+2
*
Make Routes drop the default for action when the controller changes #651
David Heinemeier Hansson
2005-02-17
2
-2
/
+8
*
Fixed the verbosity of using the AR store
David Heinemeier Hansson
2005-02-17
1
-3
/
+5
[prev]
[next]