aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Add documentation for #clear on certain Store classesMatt Stopa2013-07-102-0/+2
| | * | | | Update the filestore documentation for clearMatt Stopa2013-07-091-0/+3
| * | | | | Enhancing readability of options for delegate methodThiago Pinto2013-07-161-0/+5
| |/ / / /
* | | | | Merge pull request #11416 from tigrish/masterYves Senn2013-07-213-4/+4
|\ \ \ \ \
| * | | | | Remove ambiguity with pluralizations and I18n keys used for association restr...Christopher Dell2013-07-133-4/+4
* | | | | | Merge pull request #11515 from prathamesh-sonpatki/edit-index-pageYves Senn2013-07-211-2/+2
|\ \ \ \ \ \
| * | | | | | Removed information about creating database[ci skip]Prathamesh Sonpatki2013-07-201-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #11521 from mking/release-notes-major-featuresGuillermo Iguaran2013-07-201-2/+39
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Rails 4.0 release notes. Explain major features added and removed. [ci skip]Matthew King2013-07-201-2/+39
|/ / / / /
* | | | | Merge pull request #11508 from vipulnsward/extract_constantsYves Senn2013-07-201-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Extract verbs array from helper to a constantVipul A M2013-07-201-2/+2
* | | | | Merge pull request #11507 from vipulnsward/av_typo-4Guillermo Iguaran2013-07-191-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix test name typosVipul A M2013-07-191-2/+2
|/ / / /
* | | | Merge pull request #11501 from nishantmodak/patch-3Yves Senn2013-07-191-0/+2
|\ \ \ \
| * | | | Upgrade guide. Renaming Indexes on tables. [ci skip].Nishant Modak2013-07-191-0/+2
|/ / / /
* | | | fix typo in Active Record Validations guide. [ci skip].Yves Senn2013-07-191-1/+1
* | | | use the superclass implementationAaron Patterson2013-07-182-2/+4
* | | | Merge pull request #11492 from maratvmk/concern_testYves Senn2013-07-181-6/+0
|\ \ \ \
| * | | | remove duplication in testMarat Kazbekov2013-07-181-6/+0
* | | | | Merge pull request #11491 from erichkist/ek-revert-unscope-patchRafael Mendonça França2013-07-181-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Revert "Fix SyntaxError in guides sample code"Erich Kist2013-07-181-1/+1
|/ / / /
* | | | Use the canonical router on the CHANGELOG entryRafael Mendonça França2013-07-181-1/+1
* | | | Fix examples of number_to_percentageRafael Mendonça França2013-07-181-8/+8
* | | | Merge pull request #11483 from garysweaver/grammar_fix_in_upgrade_documentationSantiago Pastorino2013-07-171-1/+1
|\ \ \ \
| * | | | grammar fix in upgrade documentationGary S. Weaver2013-07-171-1/+1
* | | | | Merge pull request #11485 from simi/mysql2Guillermo Iguaran2013-07-171-3/+1
|\ \ \ \ \
| * | | | | Use latest mysql2.Josef Šimánek2013-07-181-3/+1
|/ / / / /
* | | | | Merge pull request #11465 from arunagw/removed_missleading_readme_link_docXavier Noria2013-07-171-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixed README link in API [ci skip]Arun Agrawal2013-07-171-1/+1
* | | | | Merge pull request #11479 from henrikhodne/improve-ar-querymethods-includes-docsYves Senn2013-07-171-0/+8
|\ \ \ \ \
| * | | | | Improve ActiveRecord::QueryMethods#includes docsHenrik Hodne2013-07-171-0/+8
|/ / / / /
* | | | | Merge pull request #11478 from newton10471/masterYves Senn2013-07-171-1/+1
|\ \ \ \ \
| * | | | | fixes plugin test for tutorialMatt Newton2013-07-171-1/+1
* | | | | | Merge pull request #11469 from bvogel/masterCarlos Antonio da Silva2013-07-174-6/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | bcrypt-ruby stable is 3.1Burkhard Vogel-Kreykenbohm2013-07-174-6/+6
| |/ / / /
* / / / / Refactor to reduce number of loopsAndrew White2013-07-171-15/+25
|/ / / /
* | | | Fix failing test missed for the past year :(Andrew White2013-07-172-3/+18
* | | | Added routing in test for actionpackArun Agrawal2013-07-171-2/+4
* | | | Revert "Merge pull request #11120 from awilliams/ar_mysql2_boolean_quoting"Yves Senn2013-07-174-53/+6
| |_|/ |/| |
* | | parent_table is only used internallyAaron Patterson2013-07-161-4/+4
* | | decouple the manager class from building join constraintsAaron Patterson2013-07-162-10/+11
* | | cache the klass member of the reflectionAaron Patterson2013-07-161-8/+10
* | | cache the scope chain on the stack and eliminate `i`Aaron Patterson2013-07-161-7/+4
* | | just push on to the scope chain items. Oops! (thanks @carlosantoniodasilva)Aaron Patterson2013-07-161-2/+1
* | | use Relation#merge to combine scope chain itemsAaron Patterson2013-07-161-6/+6
* | | make sure scope_chain_items has consistent typesAaron Patterson2013-07-161-7/+9
* | | removes the obsolete private method column_methods_hash [Closes #11406]Xavier Noria2013-07-164-43/+28
* | | Skip Rack applications and redirects when generating urlsAndrew White2013-07-166-13/+93
* | | Merge pull request #11458 from arunagw/fix_usage_fileCarlos Antonio da Silva2013-07-161-1/+1
|\ \ \
| * | | Fixed USAGE file for generator [ci skip]Arun Agrawal2013-07-161-1/+1
|/ / /