aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | SQLite3 3.6.8+ supports savepointsNeeraj Singh2013-03-071-1/+2
| |/ / / /
* | | | | Fix hash spaces and use 1.9 style hash [ci skip]Carlos Antonio da Silva2013-03-071-1/+1
* | | | | Move AP changelog entry to the top [ci skip]Carlos Antonio da Silva2013-03-071-6/+6
|/ / / /
* | | | Merge pull request #9464 from jcoyne/assert_template_fileRafael Mendonça França2013-03-075-2/+59
|\ \ \ \
| * | | | Allow use of assert_template with the :file option.Justin Coyne2013-03-015-2/+59
* | | | | Merge pull request #9597 from senny/9110_serialized_not_null_defaultRafael Mendonça França2013-03-074-0/+13
|\ \ \ \ \
| * | | | | test case for `serialize` default values.Yves Senn2013-03-074-0/+13
* | | | | | Merge pull request #9105 from bemurphy/cache_key_updated_onRafael Mendonça França2013-03-075-3/+39
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | cache_key consults updated_on timestamp if presentBrendon Murphy2013-02-265-3/+39
* | | | | | Merge pull request #9474 from HonoreDB/masterRafael Mendonça França2013-03-073-0/+21
|\ \ \ \ \ \
| * | | | | | More helpful error message when instantiating an abstract classAaron Weiner2013-03-033-0/+21
* | | | | | | Merge pull request #9545 from senny/9535_secure_password_blankRafael Mendonça França2013-03-075-3/+75
|\ \ \ \ \ \ \
| * | | | | | | `has_secure_password` is not invalid when assigning empty Strings.Yves Senn2013-03-043-2/+24
| * | | | | | | `validates_confirmation_of` does not override writer methods.Yves Senn2013-03-043-1/+51
* | | | | | | | Merge pull request #9595 from senny/remove_non_breaking_spacesRafael Mendonça França2013-03-072-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | replace non-breaking spaces with normal spaces [ci skip]Yves Senn2013-03-072-4/+4
* | | | | | | | | Merge pull request #9596 from choudhuryanupam/masterRafael Mendonça França2013-03-071-3/+3
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Refactored and removed unnecessary lines in the test caseAnupam Choudhury2013-03-071-3/+3
|/ / / / / / / /
* | | | | | | | Remove regression test added in 0268b5d8cdc3c5a1337462135f0a326a2654ba1aRafael Mendonça França2013-03-071-8/+0
* | | | | | | | debugger 1.4.0 works in Ruby 2.0Santiago Pastorino2013-03-061-1/+1
* | | | | | | | Merge pull request #9586 from robertomiranda/useless_trRafael Mendonça França2013-03-061-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Change useless tr to gsubrobertomiranda2013-03-061-2/+2
* | | | | | | | | Merge pull request #9538 from senny/remove_structure_dumpRafael Mendonça França2013-03-068-37/+24
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | rake db:structure:dump warns when `mysqldump` is not in PATH.Yves Senn2013-03-063-2/+22
| * | | | | | | | | `Connection#structure_dump` is no longer used. #9518Yves Senn2013-03-066-35/+2
|/ / / / / / / / /
* | | | | | | | | Merge pull request #9507 from senny/9483_migrations_without_transactionsRafael Mendonça França2013-03-065-12/+97
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | transactions can be turned off per Migration.Yves Senn2013-03-055-9/+90
| * | | | | | | | | transactional migration test-case was broken.Yves Senn2013-03-051-3/+7
* | | | | | | | | | Merge pull request #9585 from RKushnir/patch-1Carlos Antonio da Silva2013-03-061-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Typo in comment to ActionView::Resolver#find_allRKushnir2013-03-061-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #9581 from senny/9559_changelog_singularizing_singularXavier Noria2013-03-061-1/+14
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| * | | | | | | | | CHANGELOG entry for improved singularizing of singulars.Yves Senn2013-03-061-1/+14
|/ / / / / / / / /
* | | | | | | | | Add missing require to debug helper testCarlos Antonio da Silva2013-03-051-2/+2
* | | | | | | | | Merge pull request #9574 from robertomiranda/debug_helper_testRafael Mendonça França2013-03-051-0/+8
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Add DebugHelperTestrobertomiranda2013-03-051-0/+8
|/ / / / / / / /
* | | | | | | | Merge pull request #9565 from kennyj/remove_unused_return_valueXavier Noria2013-03-053-5/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove unused return value, because collecting_queries_for_explain isn't publ...kennyj2013-03-063-5/+4
* | | | | | | | | Merge pull request #9573 from robertomiranda/useless_gsubGuillermo Iguaran2013-03-051-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Use gsub intead of tr when the to_str is longer than the from_strrobertomiranda2013-03-051-1/+1
|/ / / / / / / /
* | | | | | | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-03-058-11/+9
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fix typoCarson McDonald2013-03-051-1/+1
| * | | | | | | Remove reference to BugMash. Link hasn't been updated in 4 years.Jonathan Roes2013-03-051-2/+0
| * | | | | | | Fix WhereChain docs to mention only notErnie Miller2013-03-041-1/+1
| * | | | | | | Small TypoLebin Sebastian F2013-03-041-1/+1
| * | | | | | | Add explanation of :dependent => :restrictDavid Deller2013-03-011-1/+1
| * | | | | | | Reverting commit regarding public/index.html (no longer in Rails 4.)Christine Hertzel2013-03-011-2/+0
| * | | | | | | Fixed grammatical error and simplified paragraph concerning controllers.Christine Hertzel2013-03-011-1/+1
| * | | | | | | Clarified removal of public/index.html fileChelsea Macaluso2013-03-011-0/+2
| * | | | | | | Clarified need to remove existing code in welcome index.Trent Michaels2013-03-011-1/+1
| * | | | | | | fix broken links to README docs in introMike Munroe2013-02-281-2/+2