| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Replace render_partial with render :partial in scaffold generator | Nicholas Seckar | 2005-08-17 | 3 | -2/+4 |
* | When copying the config files, also transform and copy the default deploy.rb ... | Jamis Buck | 2005-08-17 | 1 | -0/+7 |
* | Make the rakefile tasks that set up a new project aware of switchtower | Jamis Buck | 2005-08-17 | 3 | -4/+17 |
* | Added CVS module for SwitchTower (very, very experimental!) | Jamis Buck | 2005-08-17 | 3 | -0/+243 |
* | special-case non-existent target method handling for 'system.multicall' calls... | Leon Breedt | 2005-08-16 | 2 | -3/+15 |
* | add 'system.multicall' support to XML-RPC. boxcarred methods must still exist | Leon Breedt | 2005-08-16 | 5 | -9/+107 |
* | Fix duplicate XSD entries for custom types (#1729), and prevent recursive type | Leon Breedt | 2005-08-14 | 2 | -9/+14 |
* | Allow multiple invocations in the same WS test #1720 | Leon Breedt | 2005-08-14 | 2 | -0/+3 |
* | Update changelog | Jamis Buck | 2005-08-14 | 1 | -0/+2 |
* | Make destroy return self #1913 [sebastian.kanthak@muehlheim.de] | Jamis Buck | 2005-08-14 | 2 | -1/+7 |
* | Fix typo in validations documentation #1938 [court3nay] | Jamis Buck | 2005-08-14 | 2 | -1/+4 |
* | Make link_to escape the javascript in the confirm option #1964 [nicolas.pouil... | Jamis Buck | 2005-08-14 | 3 | -1/+11 |
* | Make acts_as_list work for insert_at(1) #1966 [hensleyl@papermountain.org] | Jamis Buck | 2005-08-14 | 3 | -1/+12 |
* | Fix typo in count_by_sql documentation #1969 [Alexey Verkhovsky] | Jamis Buck | 2005-08-14 | 2 | -1/+3 |
* | Works with public keys now, for passwordless operation | Jamis Buck | 2005-08-13 | 7 | -31/+181 |
* | fix rendering of scaffolding (@content_for_layout has to be set on the templa... | Leon Breedt | 2005-08-12 | 1 | -4/+13 |
* | Subversion module recognizes the password prompt for HTTP authentication | Jamis Buck | 2005-08-12 | 4 | -6/+126 |
* | Preserve +x on scripts when using darcs #1929 [Scott Barron] | Jamis Buck | 2005-08-12 | 2 | -1/+3 |
* | Added -w flag to ps in process/reaper #1934 [Scott Barron] | Jamis Buck | 2005-08-12 | 2 | -3/+5 |
* | Add API::Base.soap_client and API::Base.xmlrpc_client helper methods to const... | Leon Breedt | 2005-08-12 | 3 | -0/+20 |
* | Explicitly terminate shell statements with ';' if they are in 'if' statements | Jamis Buck | 2005-08-06 | 2 | -3/+3 |
* | The utility's name is SwitchTower | Jamis Buck | 2005-08-06 | 1 | -1/+1 |
* | When executing multiline commands, escape newlines with a backslash | Jamis Buck | 2005-08-06 | 5 | -37/+96 |
* | Mention the dependencies of SwitchTower (Net::SSH, Needle) | Jamis Buck | 2005-08-06 | 1 | -0/+4 |
* | Make assert_redirected_to properly check URL's passed as strings #1910 [Scott... | Jamis Buck | 2005-08-06 | 4 | -3/+15 |
* | Make sure :layout => false is always used when rendering inside a layout | Jamis Buck | 2005-08-05 | 3 | -2/+14 |
* | Add integration with SwitchTower (rake tasks, default deploy.rb recipe) | Jamis Buck | 2005-08-03 | 6 | -0/+153 |
* | Initial commit of the new switchtower utility | Jamis Buck | 2005-08-03 | 21 | -0/+3243 |
* | Use raise instead of assert_not_nil in Test::Unit::TestCase#process to ensure... | Jamis Buck | 2005-08-01 | 3 | -6/+26 |
* | Make sure assigns are built for every request when testing #1866 | Jamis Buck | 2005-07-31 | 4 | -1/+32 |
* | Allow remote_addr to be queried on TestRequest #1668 | Jamis Buck | 2005-07-31 | 3 | -1/+20 |
* | Fixed that Time#midnight would have a non-zero usec on some platforms #1836 | Jamis Buck | 2005-07-31 | 3 | -3/+12 |
* | ActionMailer::Base.deliver(email) had been accidentally removed, but was docu... | Jamis Buck | 2005-07-31 | 3 | -25/+43 |
* | Allow add_column and create_table to specify NOT NULL #1712 [emptysands@gmail... | Jamis Buck | 2005-07-30 | 4 | -7/+40 |
* | Really fix the syntax error issue | David Heinemeier Hansson | 2005-07-28 | 1 | -1/+2 |
* | Fix create_table so that id column is implicitly added [Rick Olson] | Jamis Buck | 2005-07-27 | 3 | -6/+16 |
* | More fixes, but still broken | David Heinemeier Hansson | 2005-07-27 | 2 | -4/+6 |
* | Fixing the fix, but not quite | David Heinemeier Hansson | 2005-07-27 | 1 | -0/+4 |
* | Fixing the fix, but not quite | David Heinemeier Hansson | 2005-07-27 | 1 | -5/+3 |
* | Fixed bug when a partial render was passing a local with the same name as the... | David Heinemeier Hansson | 2005-07-27 | 3 | -2/+4 |
* | Demonstrate breakage better | David Heinemeier Hansson | 2005-07-27 | 3 | -3/+4 |
* | Fixed dynamic scaffolding [Stefan Kaes] | David Heinemeier Hansson | 2005-07-27 | 2 | -6/+9 |
* | Added two failing tests for partials with locals from controller | David Heinemeier Hansson | 2005-07-27 | 2 | -1/+28 |
* | Fixed #1774 again | David Heinemeier Hansson | 2005-07-27 | 1 | -1/+1 |
* | Removed unused statement | David Heinemeier Hansson | 2005-07-26 | 1 | -1/+0 |
* | Fixed snag in status reporting | David Heinemeier Hansson | 2005-07-26 | 1 | -1/+1 |
* | Made the reaper talk to the spinner to make it spin faster during restarts an... | David Heinemeier Hansson | 2005-07-26 | 2 | -20/+35 |
* | Only log status if there is one different from 200 set | David Heinemeier Hansson | 2005-07-26 | 1 | -1/+1 |
* | Document the design of the compiled templates approach and tweak the expirati... | David Heinemeier Hansson | 2005-07-26 | 1 | -4/+8 |
* | Fixed broken error handling #1827 [Stefan Kaes] | David Heinemeier Hansson | 2005-07-25 | 1 | -5/+4 |