aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Reduce memory usage slightly in String#parameterizeMichael Koziarski2008-10-071-5/+9
| | | | | | | | | | | | [#1034 state:committed]
| | * Extract transliteration code to a seperate method.Michael Koziarski2008-10-071-2/+17
| | | | | | | | | | | | Use iconv by default, but only when the transliteration is well behaved. When it isn't, fallback to mb_chars
| | * Add ActiveResource::Base#to_xml and ActiveResource::Base#to_json methods. ↵Cody Fauser2008-10-074-1/+56
| | | | | | | | | | | | | | | | | | [#1011 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| | * Ensure select_tag#name attribute uses [] when :multiple is true. [#1146 ↵Andrew Kaspick2008-10-072-4/+6
| | | | | | | | | | | | | | | | | | state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| | * Implement submit_to_remote as a wrapper around a more generic button_to_remoteTarmo Tänav2008-10-073-15/+11
| | | | | | | | | | | | | | | | | | | | | Removed the "return false" from submit_to_remote onclick end as button input elements have no default behavior to cancel. Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| | * Fix image_tag behavior on windows. [#1085 state:resolved]madlep2008-10-062-1/+14
| | | | | | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| | * Fix a typo in ActiveSupport::Multibyte::NORMALIZATION_FORMS. [#1179 ↵Manfred Stienstra2008-10-061-2/+2
| | | | | | | | | | | | | | | | | | state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| | * 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
| | | | | | | | | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com>
| | * Fix deprecated ActionController::Base.relative_url_root call in mongrel commandChris Cherry2008-10-051-1/+1
| | | | | | | | | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com>
| | * 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 ↵Karel Minarik2008-10-101-0/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | the Gem name (eg. "sqlite3-ruby") differs from the file itself (eg. "sqlite3") This affects great number of popular gems and is *really* frustrating to get "you have to rake gems:install" permanently when you *know* you just did that. See eg. http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/afefb09908f36db/
| * | 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 ↵Ryan Bigg2008-10-181-6/+6
| |/ / |/| | | | | | | | Zarathu in #rubyonrails]
* | | 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
| | |
| * | Additional detail on routes for namespaced controllers.Mike Gunderloy2008-10-071-1/+19
| | |
| * | Added some additional detail on asset caching syntax.Mike Gunderloy2008-10-071-0/+18
| | |
| * | Clarify that the event sequence shown in the comments applies to new records ↵Mike Gunderloy2008-10-061-2/+3
| | | | | | | | | | | | only.