aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove the unused second argument to `substitute_at`Sean Griffin2014-11-1711-25/+12
* rm `reorder_bind_params`Sean Griffin2014-11-179-25/+7
* Force table creation in testsSean Griffin2014-11-171-2/+2
* Generate new applications with the right rails-dom-testing versionRafael Mendonça França2014-11-171-2/+4
* Use GitHub, not my local fork :sweat_smile:Rafael Mendonça França2014-11-171-1/+1
* document_root_element need to be publicRafael Mendonça França2014-11-173-9/+10
* Merge pull request #17647 from tgxworld/fix_typoAbdelkader Boudih2014-11-171-1/+1
|\
| * Fix typo.Guo Xiang Tan2014-11-171-1/+1
|/
* Improve the performance of quoting table names on PGSean Griffin2014-11-171-4/+15
* Add StackProf to the test group for 2.1Sean Griffin2014-11-171-0/+4
* Remove pointless `private`Sean Griffin2014-11-171-2/+0
* Merge pull request #17643 from SamSaffron/select_all_perfSean Griffin2014-11-172-8/+32
|\
| * PERF: optimise type lookup to avoid invoking procsSam2014-11-172-8/+32
* | Merge pull request #17640 from michaeljayt/spring-not-working-in-cygwinRafael Mendonça França2014-11-171-1/+1
|\ \
| * | Skip spring install in Cygwin due to fork() bad support.michaeljayt2014-11-171-1/+1
* | | Merge pull request #17642 from tgxworld/fix_template_assertion_on_assignsRafael Mendonça França2014-11-172-4/+20
|\ \ \
| * | | Fix for assigns(:..) resetting template assertionsCalvin Correli2014-11-172-4/+20
* | | | Merge pull request #17628 from bf4/update_unicodeRafael Mendonça França2014-11-172-1/+1
|\ \ \ \
| * | | | Update to Unicode 7.0.0Benjamin Fleischer2014-11-152-1/+1
* | | | | Merge pull request #17645 from georgemillo/masterRafael Mendonça França2014-11-172-3/+3
|\ \ \ \ \
| * | | | | Minor English fixes in docs [ci skip]George Millo2014-11-172-3/+3
| | |_|_|/ | |/| | |
* | | | | Meant to describe the concept, not the setting [ci skip]Godfrey Chan2014-11-171-1/+1
* | | | | Deprecate different default for `log_level` in productionGodfrey Chan2014-11-173-3/+26
* | | | | Revert "Merge pull request #16622 from matthewd/default-debug"Godfrey Chan2014-11-172-3/+3
|/ / / /
* | | | Merge pull request #17630 from gsamokovarov/exception-wrapper-source-extractGuillermo Iguaran2014-11-164-10/+10
|\ \ \ \
| * | | | Rename #source_extract to #source_extracts in ExceptionWrapperGenadi Samokovarov2014-11-164-10/+10
* | | | | Merge pull request #17639 from gsamokovarov/faster-exception-wrapper-tracesGuillermo Iguaran2014-11-161-2/+6
|\ \ \ \ \
| * | | | | Don't double check trace origin in ExceptionWrapper#tracesGenadi Samokovarov2014-11-161-2/+6
| |/ / / /
* | | | | Merge pull request #17638 from gsamokovarov/focus-application-traceGuillermo Iguaran2014-11-161-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Don't show full trace on routing errorsGenadi Samokovarov2014-11-161-1/+1
| |/ / /
* | | | Merge pull request #17637 from gregmolnar/docsZachary Scott2014-11-161-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | add Nokogiri to docs generation guidesGreg Molnar2014-11-161-1/+1
|/ / /
* | | Merge pull request #17635 from tgxworld/missing_spaceZachary Scott2014-11-161-1/+1
|\ \ \
| * | | [CI SKIP] Missing space.Guo Xiang Tan2014-11-161-1/+1
| |/ /
* | | Merge pull request #17636 from gsamokovarov/exception-wrapper-less-nilsGuillermo Iguaran2014-11-163-31/+62
|\ \ \ | |/ / |/| |
| * | Don't let #{application,framework,full}_trace be nilGenadi Samokovarov2014-11-163-31/+62
|/ /
* | Merge pull request #17626 from y-yagi/queue_adapters_docAbdelkader Boudih2014-11-151-0/+1
|\ \
| * | [ci skip] add "Qu" to Backends Features listyuuji.yaginuma2014-11-151-0/+1
|/ /
* | Don't freeze the same hash we use for memoizationSean Griffin2014-11-141-6/+7
* | Allow `LazyAttributeHash` to be marshalledSean Griffin2014-11-141-13/+17
* | Correctly determine if an attribute is uninitializedSean Griffin2014-11-142-2/+10
* | Reduce the amount of work performed when instantiating AR modelsSean Griffin2014-11-146-27/+79
* | Revert "Improve performance of AR object instantiation"Sean Griffin2014-11-145-61/+11
* | Merge pull request #17623 from jonatack/patch-8Rafael Mendonça França2014-11-141-5/+4
|\ \
| * | Simplify and fix grammarJon Atack2014-11-141-5/+4
|/ /
* | Merge pull request #17620 from arunagw/aa-build-fix-isolatedSean Griffin2014-11-1430-0/+31
|\ \
| * | Build fix when running in isolationArun Agrawal2014-11-1430-0/+31
* | | Use `DelegateClass` instead of `SimpleDelegator` for type decoratorsSean Griffin2014-11-142-2/+2
* | | Merge pull request #17614 from gsamokovarov/exception-wrapper-basic-testsSantiago Pastorino2014-11-141-0/+66
|\ \ \
| * | | Add basic tests for ActionDispatch::ExceptionWrapperGenadi Samokovarov2014-11-131-0/+66