aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Mark gem as not loaded when spec not foundMatt Jones2008-10-081-0/+2
| | * Allow use of :path_prefix and :name_prefix outside of namespaced routes. [#11...Tom Stuart2008-10-082-3/+22
| | * Make sure last_modified! works with <= rather than just equality.Michael Koziarski2008-10-072-1/+9
| | * Reduce memory usage slightly in String#parameterizeMichael Koziarski2008-10-071-5/+9
| | * Extract transliteration code to a seperate method.Michael Koziarski2008-10-071-2/+17
| | * Add ActiveResource::Base#to_xml and ActiveResource::Base#to_json methods. [#1...Cody Fauser2008-10-074-1/+56
| | * Ensure select_tag#name attribute uses [] when :multiple is true. [#1146 state...Andrew Kaspick2008-10-072-4/+6
| | * Implement submit_to_remote as a wrapper around a more generic button_to_remoteTarmo Tänav2008-10-073-15/+11
| | * Fix image_tag behavior on windows. [#1085 state:resolved]madlep2008-10-062-1/+14
| | * Fix a typo in ActiveSupport::Multibyte::NORMALIZATION_FORMS. [#1179 state:res...Manfred Stienstra2008-10-061-2/+2
| | * Mark utf-8 source encodingJeremy Kemper2008-10-061-0/+2
| | * Fix memoize_all for methods with punctuation [#1175 state:resolved]Eugene Pimenov2008-10-052-3/+12
| | * Fix deprecated ActionController::Base.relative_url_root call in mongrel commandChris Cherry2008-10-051-1/+1
| | * Merge docrailsPratik Naik2008-10-0571-1526/+52008
| * | Adding a stub file for the guide i'll be writing.heavysixer2008-10-161-0/+2
| * | Mark layout/rendering guide as donePratik Naik2008-10-161-2/+0
| * | A few updates to Getting Started guideMike Gunderloy2008-10-161-2/+5
| * | Marking layout guide completedMike Gunderloy2008-10-161-0/+1
| * | Minor formatting change in Getting Started guide.Mike Gunderloy2008-10-161-3/+0
| * | Revised draft of Getting Started guide.Mike Gunderloy2008-10-161-37/+223
| * | Added example for hash-style argument to find conditionsMichael Hartl2008-10-151-1/+2
| * | Edit/formatting pass for the testing guideMike Gunderloy2008-10-141-388/+343
| * | Sorry Pratik, typoed your name :)Tore Darell2008-10-151-1/+1
| * | Merge branch 'master' of git@github.com:lifo/docrailsKarel Minarik2008-10-140-0/+0
| |\ \
| | * | First complete draft of "getting started" guideMike Gunderloy2008-10-131-100/+619
| | * | Edits and rewrites (work in progress)Mike Gunderloy2008-10-121-175/+198
| | * | Adds examples of integration tests in the testing guide.athonlab2008-10-121-10/+114
| | * | Fix egregious error in documenting :class_nameMike Gunderloy2008-10-111-17/+17
| | * | Updated to testing mailers section in the testing guide.athonlab2008-10-121-105/+34
| | * | Removes the 'Filtering emails in development' section from testing guide.athonlab2008-10-111-32/+0
| | * | small fixes in security guideHeiko Webers2008-10-111-3/+3
| | * | Add description of flash.nowTore Darell2008-10-101-0/+21
| * | | First complete draft of "getting started" guideMike Gunderloy2008-10-141-100/+619
| * | | Edits and rewrites (work in progress)Mike Gunderloy2008-10-141-175/+198
| * | | Adds examples of integration tests in the testing guide.athonlab2008-10-141-10/+114
| * | | Fix egregious error in documenting :class_nameMike Gunderloy2008-10-141-17/+17
| * | | Updated to testing mailers section in the testing guide.athonlab2008-10-141-105/+34
| * | | Removes the 'Filtering emails in development' section from testing guide.athonlab2008-10-141-32/+0
| * | | small fixes in security guideHeiko Webers2008-10-141-3/+3
| * | | Add description of flash.nowTore Darell2008-10-141-0/+21
| * | | Stated the need to specify "config.gem" +:lib+ option for libraries where the...Karel Minarik2008-10-101-0/+2
| |/ /
| * | Typo fix in routing guideMike Gunderloy2008-10-091-1/+1
| * | Merge branch 'master' of git@github.com:lifo/docrailsTore Darell2008-10-092-13/+51
| |\ \
| | * | Minor change on :name_prefix and :path_prefix documentation.Mike Gunderloy2008-10-091-0/+4
| * | | Remove part about Ruby's rescueTore Darell2008-10-081-27/+0
| * | | Remove the bit about rescue_actionTore Darell2008-10-081-24/+0
* | | | Fixed obvious duplication of select_minute docs for select_hour [props to Zar...Ryan Bigg2008-10-181-6/+6
| |/ / |/| |
* | | Merge branch 'master' of git@github.com:lifo/docrailsRyan Bigg2008-10-0916-60/+294
|\| |
| * | Fix links in AC guideTore Darell2008-10-078-17/+15
| * | Add verification, rescue + fixes to AC basicsTore Darell2008-10-0711-50/+249