aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20219 from karanarora/Typo-fixSantiago Pastorino2015-05-201-1/+1
|\
| * typo fix [ci skip]karanarora2015-05-201-1/+1
* | add missing punctuation in changelog. [ci skip]Yves Senn2015-05-201-2/+2
* | Merge pull request #20217 from amitsuroliya/fix_netaddr_linkArun Agrawal2015-05-201-1/+1
|\ \
| * | Fix NetAddr link [ci skip]amitkumarsuroliya2015-05-201-1/+1
* | | Merge pull request #20218 from ronakjangir47/postgresqlArun Agrawal2015-05-205-26/+26
|\ \ \ | |/ / |/| |
| * | Updated postgresql documentation link to use latest version [ci skip]Ronak Jangir2015-05-205-26/+26
|/ /
* | Merge pull request #20215 from repinel/validates_acceptance_docRichard Schneeman2015-05-191-0/+1
|\ \
| * | [ci skip] add to doc that acceptance validator allows `nil` by defaultRoque Pinel2015-05-191-0/+1
* | | Fix docs markup for option_groups_from_collection_for_select [ci skip]Carlos Antonio da Silva2015-05-191-1/+1
|/ /
* | Give respond_to? a SymbolAkira Matsuda2015-05-201-1/+1
* | Merge pull request #20213 from gouravtiwari/patch-8Rafael Mendonça França2015-05-191-2/+1
|\ \
| * | updated squash docs-section [ci skip]Gourav Tiwari2015-05-191-2/+1
* | | Small stylistic tweaks for `Delegator#try` patchGodfrey Chan2015-05-192-20/+20
* | | Patch `Delegator` to work with `#try`Nate Smith2015-05-193-17/+127
|/ /
* | parent_reflection should store only a reflection objectAaron Patterson2015-05-192-7/+9
* | Merge pull request #20214 from kamipo/remove_unused_requireRafael Mendonça França2015-05-196-12/+0
|\ \
| * | Remove unused already requireRyuta Kamizono2015-05-193-8/+0
| * | Remove `require 'arel/visitors/bind_visitor'`Ryuta Kamizono2015-05-193-4/+0
* | | Merge pull request #20207 from gouravtiwari/patch-7Rafael Mendonça França2015-05-191-2/+2
|\ \ \
| * | | doc changes for readability [ci skip]Gourav Tiwari2015-05-191-2/+2
| |/ /
* | | Merge pull request #20157 from tak1n/masterRafael Mendonça França2015-05-191-1/+1
|\ \ \ | |/ / |/| |
| * | Clarify view tests [ci skip]Benjamin Klotz2015-05-141-1/+1
* | | Merge pull request #20212 from kamipo/avoid_heredocRafael Mendonça França2015-05-191-20/+5
|\ \ \
| * | | Avoid the heredoc in one line queries and simple queriesRyuta Kamizono2015-05-191-20/+5
* | | | Merge pull request #20211 from kamipo/refactor_statement_poolRafael Mendonça França2015-05-194-92/+36
|\ \ \ \ | |_|_|/ |/| | |
| * | | Eliminate the duplication code of `StatementPool`Ryuta Kamizono2015-05-194-92/+36
* | | | Merge pull request #20210 from karanarora/Typo-fixRafael Mendonça França2015-05-191-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | spelling fix [ci skip]karanarora2015-05-191-1/+1
|/ / /
* | | Merge pull request #20205 from ankit8898/security-guide-linkRafael Mendonça França2015-05-191-0/+1
|\ \ \ | |/ / |/| |
| * | updating the links, they were removed in cc30f5f9 [ci skip]Ankit Gupta2015-05-191-0/+1
|/ /
* | Merge pull request #20201 from karanarora/Changelog-fixArun Agrawal2015-05-191-8/+8
|\ \
| * | Fix typos is CHANGELOG [ci skip]karanarora2015-05-191-8/+8
|/ /
* | Only define #positive? and #negative? on Ruby 2.2Rafael Mendonça França2015-05-192-6/+85
* | Merge pull request #20143 from vngrs/move_integer_positive_negative_to_numericRafael Mendonça França2015-05-195-14/+14
|\ \
| * | Move Integer#positive? and Integer#negative? query methods to Numeric classMehmet Emin İNAÇ2015-05-136-14/+18
* | | Merge pull request #20195 from tgxworld/fix_grammarRafael Mendonça França2015-05-191-1/+1
|\ \ \
| * | | Fix grammar. [CI SKIP]Guo Xiang Tan2015-05-191-1/+1
|/ / /
* | | Merge pull request #20175 from eugeneius/copy_schema_cache_after_forkRafael Mendonça França2015-05-183-24/+49
|\ \ \
| * | | Add schema cache to new connection pool after forkEugene Kenny2015-05-173-24/+49
* | | | Prefer assert_not over refuteRafael Mendonça França2015-05-182-2/+2
* | | | Merge pull request #20191 from juggernaut-/patch-1Rafael Mendonça França2015-05-183-0/+20
|\ \ \ \
| * | | | ActionDispatch::Journey::Routes#empty? test casesValentine Valyaeff2015-05-193-1/+17
| * | | | Added ActionDispatch::Journey::Routes#empty?juggernaut-2015-05-181-0/+4
* | | | | Merge pull request #20187 from yui-knk/refactor/type_intRafael Mendonça França2015-05-181-3/+6
|\ \ \ \ \
| * | | | | Refactoring `ActiveRecord::Type::Integer` limityui-knk2015-05-181-3/+6
* | | | | | Merge pull request #20192 from kamipo/divide_to_column_options_handling_methodsRafael Mendonça França2015-05-182-10/+34
|\ \ \ \ \ \
| * | | | | | Divide methods for handling column options separatelyRyuta Kamizono2015-05-182-10/+34
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #20190 from kamipo/fix_serial_with_quoted_sequence_nameRafael Mendonça França2015-05-182-1/+10
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix `serial?` with quoted sequence nameRyuta Kamizono2015-05-182-1/+10
| |/ / / /