| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Encode multibyte characters correctly #1894 | Jamis Buck | 2005-09-01 | 3 | -1/+60 |
* | Make Time#last_month work when invoked on the 31st of a month. | Jamis Buck | 2005-08-31 | 3 | -6/+20 |
* | Add Time.days_in_month, and make Time#next_month work when invoked on the 31s... | Jamis Buck | 2005-08-31 | 3 | -5/+54 |
* | Make the default rakefile read *.rake files from config/tasks (for easy exten... | Jamis Buck | 2005-08-31 | 4 | -1/+7 |
* | More rails-switchtower decoupling | Jamis Buck | 2005-08-31 | 1 | -7/+0 |
* | Only load breakpoint in development mode and when BREAKPOINT_SERVER_PORT is d... | Nicholas Seckar | 2005-08-31 | 2 | -3/+12 |
* | Add option to specify the singular name used by pagination. Closes #1960 | Nicholas Seckar | 2005-08-31 | 2 | -2/+7 |
* | Use string key to set action_name for controllers. Closes #1968 | Nicholas Seckar | 2005-08-30 | 2 | -1/+3 |
* | More rails-switchtower decoupling | Jamis Buck | 2005-08-30 | 1 | -1/+1 |
* | Move switchtower to the tools directory, to decouple it from rails | Jamis Buck | 2005-08-30 | 30 | -3857/+0 |
* | Remove switchtower integration from rails | Jamis Buck | 2005-08-30 | 7 | -169/+2 |
* | Add dummy ActionView::Base.cache_template_loading accessor -- will be made fu... | Nicholas Seckar | 2005-08-29 | 2 | -0/+5 |
* | SwitchTower: specify the revision to release via the :revision variable (defa... | Jamis Buck | 2005-08-27 | 7 | -6/+11 |
* | SwitchTower: allow variables to be set via the cli using the -s switch | Jamis Buck | 2005-08-27 | 2 | -1/+12 |
* | SwitchTower: log checkouts to a "revisions.log" file | Jamis Buck | 2005-08-27 | 6 | -24/+36 |
* | Made Upload Progress work with Prototype 1.4.0 and add some documentation for... | David Heinemeier Hansson | 2005-08-27 | 2 | -1/+53 |
* | Render refactoring; render error reporting fixes | Nicholas Seckar | 2005-08-26 | 7 | -122/+232 |
* | Update changelog | Nicholas Seckar | 2005-08-26 | 1 | -0/+2 |
* | Fix routing to handle :some_param => nil better | Nicholas Seckar | 2005-08-26 | 1 | -3/+11 |
* | fix invalid request XML generation in test process. | Leon Breedt | 2005-08-24 | 2 | -1/+3 |
* | Allow the --toggle-spin switch on process/reaper to be negated | Jamis Buck | 2005-08-24 | 2 | -1/+3 |
* | Revert [2040], caused assignment of belongs_to associations to fail in some c... | Jamis Buck | 2005-08-24 | 3 | -13/+20 |
* | Add a failing test | Jamis Buck | 2005-08-24 | 1 | -0/+9 |
* | SwitchTower: use a timestamp as the release name, instead of the revision num... | Jamis Buck | 2005-08-24 | 10 | -54/+53 |
* | Made SwitchTower conform to the other Rakefiles in terms of PKG description a... | David Heinemeier Hansson | 2005-08-24 | 4 | -6/+16 |
* | Add support for :include with pagination (subject to existing constraints for... | Jamis Buck | 2005-08-23 | 2 | -11/+24 |
* | Saving a record with two unsaved belongs_to associations pointing to the same... | Jamis Buck | 2005-08-23 | 10 | -4/+103 |
* | Prevent the benchmark module from blowing up if a non-HTTP/1.1 request is pro... | Jamis Buck | 2005-08-23 | 3 | -1/+39 |
* | Multipart messages specify a MIME-Version header automatically #2003 [John Long] | Jamis Buck | 2005-08-22 | 3 | -2/+41 |
* | Add a unified render method to ActionMailer (delegates to ActionView::Base#re... | Jamis Buck | 2005-08-22 | 3 | -4/+60 |
* | Fixture for tests in [2034] | Jamis Buck | 2005-08-22 | 1 | -0/+32 |
* | Move mailer initialization to a separate (overridable) method, so that subcla... | Jamis Buck | 2005-08-22 | 2 | -9/+17 |
* | Look at content-location header (if available) to determine filename of attac... | Jamis Buck | 2005-08-22 | 3 | -1/+12 |
* | Added :use_short_month option to select_month helper to show month names as a... | Jamis Buck | 2005-08-22 | 3 | -2/+26 |
* | Add an :if option to session management, to allow programmatically enabling o... | Jamis Buck | 2005-08-17 | 2 | -2/+23 |
* | 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 |