| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | add code coverage testing scripts, remove dead code | Leon Breedt | 2005-02-20 | 6 | -42/+9 |
* | 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 |
* | Add AWS as a vendor dir | David Heinemeier Hansson | 2005-02-19 | 1 | -1/+1 |
* | 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 |
* | Added --sandbox option to script/console that'll roll back all changes made t... | David Heinemeier Hansson | 2005-02-19 | 1 | -0/+6 |
* | Added --sandbox option to script/console that'll roll back all changes made t... | David Heinemeier Hansson | 2005-02-19 | 3 | -4/+23 |
* | Added support for charsets for both subject and body. The default charset is ... | David Heinemeier Hansson | 2005-02-19 | 3 | -12/+141 |
* | 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 |
* | A few ignores | David Heinemeier Hansson | 2005-02-19 | 0 | -0/+0 |
* | Fix module support for controller generators #668 [Ulysses] | 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 |
* | Fixed that find_by_* would fail when column names had numbers #670 [demetrius] | David Heinemeier Hansson | 2005-02-19 | 2 | -1/+3 |
* | ensure clients can handle APIs with named parameter signatures, | Leon Breedt | 2005-02-19 | 6 | -4/+29 |
* | refactoring: | Leon Breedt | 2005-02-19 | 24 | -551/+404 |
* | 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 |
* | More Action Web Service minor tweaks | David Heinemeier Hansson | 2005-02-19 | 1 | -1/+1 |
* | Fixed the SQL Server adapter on a bunch of issues #667 [DeLynn] | David Heinemeier Hansson | 2005-02-19 | 2 | -50/+148 |
* | Renamed action_service to action_web_service | David Heinemeier Hansson | 2005-02-19 | 2 | -1/+3 |
* | Fixed textilize for RedCloth3 to keep doing hardbreaks | David Heinemeier Hansson | 2005-02-19 | 1 | -0/+1 |
* | rename entire package to Action Web Service | Leon Breedt | 2005-02-18 | 50 | -222/+217 |
* | 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 |
* | Renamed Action Service to Action Web Service | David Heinemeier Hansson | 2005-02-18 | 56 | -3/+3 |
* | rename service* to web_service*. | Leon Breedt | 2005-02-18 | 31 | -294/+279 |
* | Added validates_each that validates each specified attribute against a block ... | David Heinemeier Hansson | 2005-02-18 | 2 | -220/+384 |
* | Fixed that the dynamic finder like find_all_by_something_boolean(false) didn'... | David Heinemeier Hansson | 2005-02-18 | 3 | -1/+13 |
* | Fixed that assert_template_xpath_matches did not indicate when a path was not... | David Heinemeier Hansson | 2005-02-18 | 4 | -2/+19 |
* | Fixed a bit to eager requiring of oracle bindings in oracle adapter #634 | David Heinemeier Hansson | 2005-02-18 | 1 | -1/+1 |
* | Fixed functional test path problems #662 | David Heinemeier Hansson | 2005-02-18 | 2 | -2/+2 |
* | Get Action Service (soon to be renamed Action Web Service) in the loop | David Heinemeier Hansson | 2005-02-18 | 2 | -1/+3 |
* | Added TextHelper#auto_link, TextHelper#auto_link_urls, and TextHelper#auto_li... | David Heinemeier Hansson | 2005-02-18 | 3 | -0/+26 |
* | Integrated Action Service with the existing elements | David Heinemeier Hansson | 2005-02-18 | 5 | -19/+25 |
* | test commit | Leon Breedt | 2005-02-18 | 1 | -1/+0 |