aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Blame controller files #684David Heinemeier Hansson2005-02-201-4/+10
* Never end generated paths with a '/' #683David Heinemeier Hansson2005-02-203-12/+10
* Help against errors in ApplicationControllerDavid Heinemeier Hansson2005-02-201-2/+2
* Made caching work for WEBrick and lighttpd by appending .html for all URLs no...David Heinemeier Hansson2005-02-203-8/+20
* Added support for independent components residing in /componentsDavid Heinemeier Hansson2005-02-205-1/+27
* Added new keyword to specify load paths as being component based. Added bette...David Heinemeier Hansson2005-02-204-8/+31
* Updated dependency loading to consider non-standard class/file name combinationsDavid Heinemeier Hansson2005-02-202-5/+22
* Allows a loading module to load from multiple load paths #675David Heinemeier Hansson2005-02-203-44/+98
* Allow downloading of WSDL for an AWS controller as a proper file #674David Heinemeier Hansson2005-02-201-0/+4
* Gives Rescues some Love #680David Heinemeier Hansson2005-02-204-4/+46
* add code coverage testing scripts, remove dead codeLeon Breedt2005-02-206-42/+9
* Fixed internal callingDavid Heinemeier Hansson2005-02-202-1/+14
* Tests and tweaks for componentsDavid Heinemeier Hansson2005-02-192-1/+14
* Unit tests for rendering componentsDavid Heinemeier Hansson2005-02-191-0/+48
* Add AWS as a vendor dirDavid Heinemeier Hansson2005-02-191-1/+1
* Fixed a few testsDavid Heinemeier Hansson2005-02-192-1/+48
* Fixed the scaffolding/routing issue for realDavid Heinemeier Hansson2005-02-191-1/+1
* Added --sandbox option to script/console that'll roll back all changes made t...David Heinemeier Hansson2005-02-191-0/+6
* Added --sandbox option to script/console that'll roll back all changes made t...David Heinemeier Hansson2005-02-193-4/+23
* Added support for charsets for both subject and body. The default charset is ...David Heinemeier Hansson2005-02-193-12/+141
* Use full status for render_component from within a controllerDavid Heinemeier Hansson2005-02-191-1/+1
* Added preliminary version of render_componentDavid Heinemeier Hansson2005-02-192-3/+34
* Added Afghanistan (no more conspiracy!) to FormOptions#country_select and For...David Heinemeier Hansson2005-02-192-2/+2
* Added :order option for date_select that allows control over the order in whi...David Heinemeier Hansson2005-02-192-13/+29
* Added ActionView::Base.register_template_handler for easy integration of an a...David Heinemeier Hansson2005-02-193-15/+77
* Fixed scaffolding and routes conflict #669David Heinemeier Hansson2005-02-191-1/+1
* A few ignoresDavid Heinemeier Hansson2005-02-190-0/+0
* Fix module support for controller generators #668 [Ulysses]David Heinemeier Hansson2005-02-191-1/+1
* One comma too muchDavid Heinemeier Hansson2005-02-191-1/+1
* Added AssetTagHelper that provides methods for linking a HTML page together w...David Heinemeier Hansson2005-02-194-1/+107
* Completed FormTagHelper by adding radio_button_tag and select_tagDavid Heinemeier Hansson2005-02-192-1/+18
* 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