aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Removed the reliance on PATH_INFO as it was causing problems for caching and ...David Heinemeier Hansson2005-03-143-16/+3
* Moved image_tag to AssetTagHelperDavid Heinemeier Hansson2005-03-145-30/+31
* Deal with Safari garbage and allow html_optionsDavid Heinemeier Hansson2005-03-131-4/+4
* Added Field.present, .focus, and .clear as JS convenience for working with fo...David Heinemeier Hansson2005-03-131-15/+0
* Added Field.present, .focus, and .clear as JS convenience for working with fo...David Heinemeier Hansson2005-03-131-1/+26
* Added :condition option to abort an update if some condition isnt thereDavid Heinemeier Hansson2005-03-131-5/+9
* Checked in some documentation for JavascriptHelperDavid Heinemeier Hansson2005-03-121-0/+19
* Respect :onclick in link_to_toggle_displayDavid Heinemeier Hansson2005-03-121-1/+2
* Put it in the right moduleDavid Heinemeier Hansson2005-03-121-130/+134
* Added first stab at Javascript/Ajax helpersDavid Heinemeier Hansson2005-03-121-1/+1
* Added first stab at Javascript/Ajax helpersDavid Heinemeier Hansson2005-03-121-0/+160
* Params for components should treat string and symbol keys indifferentlyDavid Heinemeier Hansson2005-03-111-1/+1
* Added assigns shortcut for @response.template.assigns to controller test case...David Heinemeier Hansson2005-03-102-1/+21
* Added render_partial/render_partial_collection from controllers for easier Aj...David Heinemeier Hansson2005-03-092-2/+14
* Added TagHelper#image_tag and deprecated UrlHelper#link_image_to (recommended...David Heinemeier Hansson2005-03-095-15/+53
* Fixed textilize to be resilient to getting nil parsed (by using Object#blank?...David Heinemeier Hansson2005-03-092-1/+3
* Fixed that the :multipart option in FormTagHelper#form_tag would be ignored [...David Heinemeier Hansson2005-03-072-2/+7
* Prepared for 0.10.1 releaseDavid Heinemeier Hansson2005-03-072-3/+3
* More fixes for symlinked setups #793 [phantom]David Heinemeier Hansson2005-03-071-3/+1
* Fixed that the routes.rb file wouldn't be found on symlinked setups due to Fi...David Heinemeier Hansson2005-03-062-1/+3
* Fixed issues with caching root pages #734 [Nicholas Seckar]David Heinemeier Hansson2005-03-062-1/+3
* Changed ActiveRecordStore to use Marshal instead of YAML as the latter proved...David Heinemeier Hansson2005-03-062-10/+25
* Fixed link_to documentation references nonexistent URL #573David Heinemeier Hansson2005-03-061-6/+8
* Added shortcut :id assignment to render_component and friends (before you had...David Heinemeier Hansson2005-03-062-3/+5
* Fixed that map.connect should convert arguments to strings #780 [Nicholas Sec...David Heinemeier Hansson2005-03-063-1/+16
* Added UrlHelper#link_to_if/link_to_unless to enable other conditions that jus...David Heinemeier Hansson2005-03-063-5/+43
* Updated docs on auto-indexing #765 [Astinus]David Heinemeier Hansson2005-03-061-0/+8
* Use example.com domains to make rails RFC2606 compliant #708David Heinemeier Hansson2005-03-062-23/+23
* Fixed rails_generator to be usable without RubyGems #686 [Cristi BALAN]. Move...David Heinemeier Hansson2005-03-062-10/+4
* Fixed that single quote was not escaped in a UrlHelper#link_to javascript con...David Heinemeier Hansson2005-03-063-1/+7
* Removed the default border on link_image_to (it broke xhtml strict) -- can be...David Heinemeier Hansson2005-03-063-11/+11
* Fixed that form helpers would treat string and symbol keys differently in htm...David Heinemeier Hansson2005-03-0617-232/+283
* Fixed that broken pipe errors (clients disconnecting in mid-request) could br...David Heinemeier Hansson2005-03-032-7/+14
* Added the original exception message to session recall errors (so you can see...David Heinemeier Hansson2005-03-032-1/+3
* Fixed that RAILS_ROOT might not be defined when AP was loaded, so do a late i...David Heinemeier Hansson2005-03-022-3/+8
* Made path work for lighttpd again as it uses an empty string where Apache ret...David Heinemeier Hansson2005-03-011-1/+1
* Fix request.path_info and clear up LoadingModule behavior #754 [Nicholas Seckar]David Heinemeier Hansson2005-03-012-1/+6
* Fixed caching to be aware of extensions (so you can cache files like api.wsdl...David Heinemeier Hansson2005-03-011-1/+3
* Fixed that Routes would raise NameErrors if a controller component contains c...David Heinemeier Hansson2005-02-273-0/+14
* Added PATH_INFO access from the request that allows urls like the following t...David Heinemeier Hansson2005-02-273-3/+15
* Fixed that caching the root would result in .html not index.htmlDavid Heinemeier Hansson2005-02-272-1/+6
* Tagged the 0.10.0 releaseDavid Heinemeier Hansson2005-02-251-6/+2
* Marked for releaseDavid Heinemeier Hansson2005-02-241-1/+1
* Made ready for 0.10.0 releaseDavid Heinemeier Hansson2005-02-241-2/+2
* With const_missing loading, its no longer necessary to dynamically require th...David Heinemeier Hansson2005-02-241-2/+0
* Noted things that wasnt mentionedDavid Heinemeier Hansson2005-02-241-0/+4
* Fixed that proxy IPs do not follow all RFC1918 nets #251 [caleb@aei-tech.com]David Heinemeier Hansson2005-02-242-1/+3
* Fixed testsDavid Heinemeier Hansson2005-02-242-65/+65
* Updated the license (still referered to the old ruby one)David Heinemeier Hansson2005-02-241-1/+1
* Fix empty url_for with nested modules #707David Heinemeier Hansson2005-02-242-2/+8