aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Prep for RCDavid Heinemeier Hansson2010-07-2615-13/+23
|
* Move runtime back to the Thread.currentJosé Valim2010-07-264-13/+21
|
* fixing space errorsAaron Patterson2010-07-262-6/+6
|
* doc: cleanup respond_to documentationWincent Colaiuta2010-07-261-9/+12
| | | | Signed-off-by: Wincent Colaiuta <win@wincent.com>
* Changed returning with tap on guidesSantiago Pastorino2010-07-262-2/+2
|
* Test to ensure that falsy objects aren't wrapped by deprecation proxiesLeigh Caplan2010-07-261-0/+22
|
* Override new on proxy objects so that they never wrap nil or false.Leigh Caplan2010-07-261-0/+7
|
* XmlMini.rename_key emits valid xml with dasherizeBernerd Schaefer2010-07-262-1/+54
| | | | | | | | This resolves issues for libraries which use '_' prefixed keys in their attributes hash, such as Mongoid. A key like "_id" or "_type" will no longer be converted to "<-id>" and "<-type>". Signed-off-by: wycats <wycats@gmail.com>
* This is for making sure const_missing is triggered without warningsSantiago Pastorino2010-07-262-5/+8
|
* Fixes usage message when running rails without --dev on a cloned rails repoSantiago Pastorino2010-07-261-1/+1
|
* No need to check for :uniqNeeraj Singh2010-07-261-6/+3
| | | | | | [#5170 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* Removed deprecated APIs in text and number helpers [#5156 state:resolved]Łukasz Strzałkowski2010-07-263-91/+5
| | | | | | They're deprecated since 2008. It's time to get rid of them. Signed-off-by: José Valim <jose.valim@gmail.com>
* Removing unnecessary code [#5192 state:resolved]Thiago Pradi2010-07-262-5/+7
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* fix escaping id and parameters in path [#5137 state:resolved]Josef Reidinger2010-07-262-2/+3
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* strengthening the test suite for rescue_fromNeeraj Singh2010-07-261-0/+23
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* strengthening the rescue_from test suitesNeeraj Singh2010-07-261-0/+14
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Update to latest thor.José Valim2010-07-262-5/+5
|
* Fix a bug where requires inside of autoloads were being added to the ↵wycats2010-07-265-5/+73
| | | | autoloaded_constants list, causing mayhem. [#5165 state:resolved]
* using AREL from the environment if it existsAaron Patterson2010-07-251-1/+6
|
* fisting warningAaron Patterson2010-07-251-1/+1
|
* Gemfile now makes use of platforms calls with blocks instead of elsif logic ↵Santiago Pastorino2010-07-261-19/+20
| | | | to define dependencies over specific platforms
* Bump up bundlerSantiago Pastorino2010-07-261-1/+1
|
* Don't interpolate a blank string, avoid warningsSantiago Pastorino2010-07-261-0/+2
|
* Merge remote branch 'docrails/master'Xavier Noria2010-07-2616-418/+241
|\
| * Fixes syntax error in "with_scope" exampleArkadiusz Holko2010-07-251-1/+1
| |
| * Fix small middlewares typoJack Dempsey2010-07-241-1/+1
| |
| * bringing consistency in commentsNeeraj Singh2010-07-241-14/+17
| |
| * making comments sentence more conciseNeeraj Singh2010-07-231-2/+2
| |
| * fixing typoNeeraj Singh2010-07-231-1/+1
| |
| * adding proper markup in commentsNeeraj Singh2010-07-231-2/+2
| |
| * shortening the sentences and removing fluffNeeraj Singh2010-07-231-4/+5
| |
| * reformatting sentenceNeeraj Singh2010-07-231-1/+1
| |
| * update remote_function docs referencing link_to_remoteAndrew Kaspick2010-07-221-1/+1
| |
| * [PATCH] Update guides after Jeremy Kemper's changes on fieldWithErrorsIvan Torres2010-07-222-3/+3
| | | | | | | | to field_with_errors [#157 state:resolved]
| * improve Active Model READMEMislav Marohnić2010-07-221-73/+51
| | | | | | | | | | | | | | - fix indentation problems - revised introductory text to state right away what the library is - improved examples: reduce heavy usage of ellipsis, don't mark paragraphs of text as code
| * remove unneeded "Dependencies" section from Action Mailer READMEMislav Marohnić2010-07-221-11/+0
| | | | | | | | | | | | Other READMEs don't have dependencies indicated, and installing a gem takes care of dependencies automatically. For developers, dependencies are indicated in the Gemfile.
| * improve Active Record READMEMislav Marohnić2010-07-221-167/+55
| | | | | | | | | | | | | | - revise introductory text - improve examples - don't claim that Oracle, SQL Server, or DB2 are supported - remove lengthy "simple example"
| * improve Action Pack READMEMislav Marohnić2010-07-221-95/+55
| | | | | | | | | | | | | | - revise introductory text - list modules contained in the package - improve examples - remove obsolete `scaffold` and `form` examples
| * revise download/installation/support sections in READMEsMislav Marohnić2010-07-224-49/+53
| | | | | | | | | | | | | | - don't reference ancient gem versions - don't link to old API doc subdomains - point to GitHub instead of RubyForge - point to Lighthouse account for support
| * Changed code style that was incorrectly rendering block style instead of inline.Bobby Wilson2010-07-211-1/+1
| |
| * Merge remote branch 'rails/master'Xavier Noria2010-07-22146-1234/+1275
| |\
| * | camelize and underscore are sort of inverse of each other, but not in a ↵Xavier Noria2010-07-222-2/+16
| | | | | | | | | | | | mathematical sense [#5174 state:resolved]
| * | routing guide: say "path" when you mean pathXavier Noria2010-07-221-36/+36
| | |
| * | routing guide: a "photo" resource has by convention paths under "photos", in ↵Xavier Noria2010-07-221-6/+6
| | | | | | | | | | | | plural
| * | doc: form_for does return output rather than merely evaluate its blockWincent Colaiuta2010-07-211-4/+0
| | |
| * | Mention that ActionMailer::Base.default_url_options is now deprecatedJeroen van Dijk2010-07-211-5/+4
| | |
| * | non-singleton true and false should go on regular fontJaime Iniesta2010-07-201-1/+1
| | |
| * | Merge branch 'master' of github.com:lifo/docrailsJaime Iniesta2010-07-2066-4488/+792
| |\ \
| | * | expanded comment for update_attribute methodNeeraj Singh2010-07-201-2/+9
| | | |
| | * | correct typos in Routing examplesMislav Marohnić2010-07-191-3/+3
| | | |