aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added FormTagHelper that provides a number of methods for creating form tags ...David Heinemeier Hansson2005-02-194-26/+83
* Added Iran and Irak to the countries list used by FormOptions#country_select ...David Heinemeier Hansson2005-02-191-2/+10
* Updated tests for TextHelper#auto_linkDavid Heinemeier Hansson2005-02-192-3/+8
* Made auto_link the only public method of its clan and added an option to cont...David Heinemeier Hansson2005-02-191-16/+23
* Added Iran and Irak to the countries list used by country_select and country_...David Heinemeier Hansson2005-02-191-1/+4
* Renamed link_to_image to link_image_to (since thats what it actually does) --...David Heinemeier Hansson2005-02-191-6/+15
* Fixed that find_by_* would fail when column names had numbers #670 [demetrius]David Heinemeier Hansson2005-02-192-1/+3
* ensure clients can handle APIs with named parameter signatures,Leon Breedt2005-02-196-4/+29
* refactoring:Leon Breedt2005-02-1924-551/+404
* Use per-document setting for hardbreaks on textileDavid Heinemeier Hansson2005-02-191-2/+1
* Added defaults and regexp requirements to Routing #666David Heinemeier Hansson2005-02-191-10/+50
* More Action Web Service minor tweaksDavid Heinemeier Hansson2005-02-191-1/+1
* Fixed the SQL Server adapter on a bunch of issues #667 [DeLynn]David Heinemeier Hansson2005-02-192-50/+148
* Renamed action_service to action_web_serviceDavid Heinemeier Hansson2005-02-192-1/+3
* Fixed textilize for RedCloth3 to keep doing hardbreaksDavid Heinemeier Hansson2005-02-191-0/+1
* rename entire package to Action Web ServiceLeon Breedt2005-02-1850-222/+217
* Clear route defaults using :name => nil #663David Heinemeier Hansson2005-02-182-1/+7
* Added URL escaping for routing #664David Heinemeier Hansson2005-02-182-3/+15
* Renamed Action Service to Action Web ServiceDavid Heinemeier Hansson2005-02-1856-3/+3
* rename service* to web_service*.Leon Breedt2005-02-1831-294/+279
* Added validates_each that validates each specified attribute against a block ...David Heinemeier Hansson2005-02-182-220/+384
* Fixed that the dynamic finder like find_all_by_something_boolean(false) didn'...David Heinemeier Hansson2005-02-183-1/+13
* Fixed that assert_template_xpath_matches did not indicate when a path was not...David Heinemeier Hansson2005-02-184-2/+19
* Fixed a bit to eager requiring of oracle bindings in oracle adapter #634David Heinemeier Hansson2005-02-181-1/+1
* Fixed functional test path problems #662David Heinemeier Hansson2005-02-182-2/+2
* Get Action Service (soon to be renamed Action Web Service) in the loopDavid Heinemeier Hansson2005-02-182-1/+3
* Added TextHelper#auto_link, TextHelper#auto_link_urls, and TextHelper#auto_li...David Heinemeier Hansson2005-02-183-0/+26
* Integrated Action Service with the existing elementsDavid Heinemeier Hansson2005-02-185-19/+25
* test commitLeon Breedt2005-02-181-1/+0
* Added Action Service to the repositoryDavid Heinemeier Hansson2005-02-1852-0/+6326
* Loading the Routes should happen in the environments #655David Heinemeier Hansson2005-02-174-4/+13
* Added 'recent' as a rake target that'll run tests for files that changed in t...David Heinemeier Hansson2005-02-172-5/+37
* Check class path for conflicts on generation #640 [bitsweat]David Heinemeier Hansson2005-02-174-4/+4
* Documentation on :include_blank #579David Heinemeier Hansson2005-02-171-0/+13
* Changed script/console to default to development environment and drop --no-in...David Heinemeier Hansson2005-02-172-34/+6
* Skip Active Record tests in Action Pack if the SQLite database cant be brough...David Heinemeier Hansson2005-02-175-104/+119
* Only load ROUTE_FILE if one has been declaredDavid Heinemeier Hansson2005-02-171-3/+1
* Addded validation for validate all the associated objects before declaring fa...David Heinemeier Hansson2005-02-173-5/+28
* Fixed that on validation errors, scaffold couldn't find template #654 [mindel]David Heinemeier Hansson2005-02-172-4/+6
* AR, AP, and AM should look for AS in sibling directory before trying RubyGems...David Heinemeier Hansson2005-02-174-8/+19
* More tests for Routing related stuffDavid Heinemeier Hansson2005-02-171-0/+72
* Fixed that a bunch of methods from ActionController::Base was accessible as a...David Heinemeier Hansson2005-02-172-3/+21
* Added current_page?(options) method to check if the url_for options passed co...David Heinemeier Hansson2005-02-171-1/+6
* Simplified link_to_unless_current to work with the new RoutingDavid Heinemeier Hansson2005-02-171-24/+3
* Better fix for requireing a missing route file in unit testsDavid Heinemeier Hansson2005-02-171-1/+3
* Fix that routes werent being loaded in production environmentDavid Heinemeier Hansson2005-02-172-1/+9
* Forget defaults :action if :controller changed at allDavid Heinemeier Hansson2005-02-171-2/+2
* Make Routes drop the default for action when the controller changes #651David Heinemeier Hansson2005-02-172-2/+8
* Fixed the verbosity of using the AR storeDavid Heinemeier Hansson2005-02-172-5/+14
* Enable diagnostics screen againDavid Heinemeier Hansson2005-02-162-1/+3