aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Only load breakpoint in development mode and when BREAKPOINT_SERVER_PORT is d...Nicholas Seckar2005-08-312-3/+12
* Add option to specify the singular name used by pagination. Closes #1960Nicholas Seckar2005-08-312-2/+7
* Use string key to set action_name for controllers. Closes #1968Nicholas Seckar2005-08-302-1/+3
* More rails-switchtower decouplingJamis Buck2005-08-301-1/+1
* Move switchtower to the tools directory, to decouple it from railsJamis Buck2005-08-3030-3857/+0
* Remove switchtower integration from railsJamis Buck2005-08-307-169/+2
* Add dummy ActionView::Base.cache_template_loading accessor -- will be made fu...Nicholas Seckar2005-08-292-0/+5
* SwitchTower: specify the revision to release via the :revision variable (defa...Jamis Buck2005-08-277-6/+11
* SwitchTower: allow variables to be set via the cli using the -s switchJamis Buck2005-08-272-1/+12
* SwitchTower: log checkouts to a "revisions.log" fileJamis Buck2005-08-276-24/+36
* Made Upload Progress work with Prototype 1.4.0 and add some documentation for...David Heinemeier Hansson2005-08-272-1/+53
* Render refactoring; render error reporting fixesNicholas Seckar2005-08-267-122/+232
* Update changelogNicholas Seckar2005-08-261-0/+2
* Fix routing to handle :some_param => nil betterNicholas Seckar2005-08-261-3/+11
* fix invalid request XML generation in test process.Leon Breedt2005-08-242-1/+3
* Allow the --toggle-spin switch on process/reaper to be negatedJamis Buck2005-08-242-1/+3
* Revert [2040], caused assignment of belongs_to associations to fail in some c...Jamis Buck2005-08-243-13/+20
* Add a failing testJamis Buck2005-08-241-0/+9
* SwitchTower: use a timestamp as the release name, instead of the revision num...Jamis Buck2005-08-2410-54/+53
* Made SwitchTower conform to the other Rakefiles in terms of PKG description a...David Heinemeier Hansson2005-08-244-6/+16
* Add support for :include with pagination (subject to existing constraints for...Jamis Buck2005-08-232-11/+24
* Saving a record with two unsaved belongs_to associations pointing to the same...Jamis Buck2005-08-2310-4/+103
* Prevent the benchmark module from blowing up if a non-HTTP/1.1 request is pro...Jamis Buck2005-08-233-1/+39
* Multipart messages specify a MIME-Version header automatically #2003 [John Long]Jamis Buck2005-08-223-2/+41
* Add a unified render method to ActionMailer (delegates to ActionView::Base#re...Jamis Buck2005-08-223-4/+60
* Fixture for tests in [2034]Jamis Buck2005-08-221-0/+32
* Move mailer initialization to a separate (overridable) method, so that subcla...Jamis Buck2005-08-222-9/+17
* Look at content-location header (if available) to determine filename of attac...Jamis Buck2005-08-223-1/+12
* Added :use_short_month option to select_month helper to show month names as a...Jamis Buck2005-08-223-2/+26
* Add an :if option to session management, to allow programmatically enabling o...Jamis Buck2005-08-172-2/+23
* Replace render_partial with render :partial in scaffold generatorNicholas Seckar2005-08-173-2/+4
* When copying the config files, also transform and copy the default deploy.rb ...Jamis Buck2005-08-171-0/+7
* Make the rakefile tasks that set up a new project aware of switchtowerJamis Buck2005-08-173-4/+17
* Added CVS module for SwitchTower (very, very experimental!)Jamis Buck2005-08-173-0/+243
* special-case non-existent target method handling for 'system.multicall' calls...Leon Breedt2005-08-162-3/+15
* add 'system.multicall' support to XML-RPC. boxcarred methods must still existLeon Breedt2005-08-165-9/+107
* Fix duplicate XSD entries for custom types (#1729), and prevent recursive typeLeon Breedt2005-08-142-9/+14
* Allow multiple invocations in the same WS test #1720Leon Breedt2005-08-142-0/+3
* Update changelogJamis Buck2005-08-141-0/+2
* Make destroy return self #1913 [sebastian.kanthak@muehlheim.de]Jamis Buck2005-08-142-1/+7
* Fix typo in validations documentation #1938 [court3nay]Jamis Buck2005-08-142-1/+4
* Make link_to escape the javascript in the confirm option #1964 [nicolas.pouil...Jamis Buck2005-08-143-1/+11
* Make acts_as_list work for insert_at(1) #1966 [hensleyl@papermountain.org]Jamis Buck2005-08-143-1/+12
* Fix typo in count_by_sql documentation #1969 [Alexey Verkhovsky]Jamis Buck2005-08-142-1/+3
* Works with public keys now, for passwordless operationJamis Buck2005-08-137-31/+181
* fix rendering of scaffolding (@content_for_layout has to be set on the templa...Leon Breedt2005-08-121-4/+13
* Subversion module recognizes the password prompt for HTTP authenticationJamis Buck2005-08-124-6/+126
* Preserve +x on scripts when using darcs #1929 [Scott Barron]Jamis Buck2005-08-122-1/+3
* Added -w flag to ps in process/reaper #1934 [Scott Barron]Jamis Buck2005-08-122-3/+5
* Add API::Base.soap_client and API::Base.xmlrpc_client helper methods to const...Leon Breedt2005-08-123-0/+20