aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Fix grammar/style: assigns/declares -> assignments/declarations.Tim Wade2015-04-241-3/+3
| * | | | | | | | | Fix grammar/style: use (v) fall back (on).Tim Wade2015-04-241-1/+1
| * | | | | | | | | Fix grammar/style: break up long sentence.Tim Wade2015-04-241-2/+2
| * | | | | | | | | Fix grammar/style: pluralize 'each of its method'Tim Wade2015-04-241-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | use a more descriptive example. [ci skip]Yves Senn2015-04-241-6/+4
* | | | | | | | | docs for `create_table` and non-int primary keys. [ci skip]Yves Senn2015-04-241-0/+17
|/ / / / / / / /
* | | | | | | | Merge pull request #19881 from sikachu/silence-mysql-errno-warningRafael Mendonça França2015-04-231-1/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Silence warning from MySQL::Error object in testPrem Sichanugrist2015-04-231-1/+3
|/ / / / / / / /
* | | | | | | | Merge pull request #19879 from bboe/RedirectTestCleanupRafael Mendonça França2015-04-231-3/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove unused WorkshopsController class in redirect_test.Bryce Boe2015-04-231-3/+0
* | | | | | | | | Remove nonexistent adapterRafael Mendonça França2015-04-231-1/+0
* | | | | | | | | Add nodoc to some private constants [ci skip]Rafael Mendonça França2015-04-231-3/+3
* | | | | | | | | Merge pull request #19823 from sbhatore/doc_fix_1Rafael Mendonça França2015-04-231-0/+8
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Squashed commit of the following:Siddharth Bhatore2015-04-231-0/+8
* | | | | | | | | Merge pull request #18880 from mudge/timestamp-index-bugRafael Mendonça França2015-04-233-0/+20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix missing index when using timestamps with indexPaul Mucur2015-04-153-0/+24
* | | | | | | | | | Merge pull request #19875 from cllns/fix-css-formatting-in-welcome-indexRafael Mendonça França2015-04-231-3/+10
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | Fix CSS formatting in welcome#index.html.erbSean Collins2015-04-231-3/+10
|/ / / / / / / / /
* | | | | | | | | Merge pull request #19872 from Ecco/masterYves Senn2015-04-231-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix a minor grammatical issue in the docRomain Goyet2015-04-231-1/+1
* | | | | | | | | | Merge pull request #19870 from thenickcox/action_dispatch_mw_docsRichard Schneeman2015-04-231-6/+13
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | [ci skip] Add, clean up docs in ActionDispatch ActionDispatch middlewareNick Cox2015-04-221-6/+13
|/ / / / / / / / /
* | | | | | | | | Queue Classic runs a second earlier than scheduledMatthew Draper2015-04-231-1/+1
* | | | | | | | | Require yaml before trying to rescue its exception classRafael Mendonça França2015-04-221-1/+1
* | | | | | | | | Remove sqlite support from `rails dbconsole`Andrew White2015-04-223-9/+4
* | | | | | | | | Merge pull request #19862 from piton4eg/patch-2Rafael Mendonça França2015-04-221-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix find_each options [ci skip]Alexey Markov2015-04-221-2/+2
|/ / / / / / / / /
* | | | | | | | | Don't ask something that we don't want toRafael Mendonça França2015-04-221-1/+1
* | | | | | | | | Merge pull request #17333 from rails/encode-twz-tzinfo-in-yamlAndrew White2015-04-225-8/+76
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Improve ActiveSupport::TimeWithZone conversion to YAMLAndrew White2015-04-225-8/+76
* | | | | | | | | | Merge pull request #19858 from cllns/fix-scaffolding-css-formattingRafael Mendonça França2015-04-221-7/+20
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix formatting of scaffold cssSean Collins2015-04-221-7/+20
* | | | | | | | | | | Merge pull request #19857 from sikachu/remove-alias-method-chain-docRafael Mendonça França2015-04-221-0/+3
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Clearify that alias_method_chain is deprecatedPrem Sichanugrist2015-04-221-0/+3
* | | | | | | | | | | Refactor ActiveSupport::Timezone#strptimeAndrew White2015-04-222-28/+44
* | | | | | | | | | | Add ActiveSupport::TimeZone#strptime.Paul A Jungwirth2015-04-223-0/+90
* | | | | | | | | | | Merge pull request #19856 from sikachu/silence-mathn-warningRafael Mendonça França2015-04-221-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Silence warning from requiring mathnPrem Sichanugrist2015-04-221-1/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #19852 from sbhatore/doc_fix_cookiesSantiago Pastorino2015-04-221-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | [ci skip] UpgradeLegacySignedCookieJar Doc fixSiddharth Bhatore2015-04-221-2/+2
* | | | | | | | | | | pass over CHANGELOGs. [ci skip]Yves Senn2015-04-226-20/+24
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #19819 from gazay/no_fork_issueRafael Mendonça França2015-04-221-4/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | MRI compatible code for ActiveSupport::Testing::Isolation::SubprocessAlexey Gaziev2015-04-191-4/+4
* | | | | | | | | | | Merge pull request #19833 from cllns/fix-scaffolding-spacingRafael Mendonça França2015-04-221-0/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add blank lines between divs in form scaffoldingSean Collins2015-04-201-0/+2
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #19779 from jonatack/improve-contributing-to-ruby-on-rails...Zachary Scott2015-04-211-13/+20
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Improve the Contributing to Rails Guide [skip ci]Jon Atack2015-04-161-13/+20
* | | | | | | | | | | | Merge pull request #19847 from fertapric/activemodel-dirty-after-save-syntact...Rafael Mendonça França2015-04-213-2/+43
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add `ActiveModel::Dirty#[attr_name]_previously_changed?` andFernando Tapia Rico2015-04-213-2/+43
* | | | | | | | | | | | | Merge pull request #19846 from y-yagi/update_ruby_versionRafael Mendonça França2015-04-211-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |