aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20263 from arunagw/aa-remove-custom-lines-actionviewRafael Mendonça França2015-05-281-21/+3
|\
| * Remove custom `lines` and use `/tools/line_statistics`Arun Agrawal2015-05-221-21/+3
* | Merge pull request #20041 from akshay-vishnoi/sqlite_collationRafael Mendonça França2015-05-286-9/+139
|\ \
| * | Add collation support for string and text columns in SQLite3Akshay Vishnoi2015-05-286-9/+139
* | | Add test to 57daaefRafael Mendonça França2015-05-281-1/+1
* | | Allow Relation#compact using delegationJordan Raine2015-05-281-1/+1
|/ /
* | Merge pull request #20329 from EduardoBautista/json-api-supportRafael Mendonça França2015-05-271-1/+1
|\ \
| * | Add application/vnd.api+json alias to the JSON MIME Type.Eduardo Bautista2015-05-271-1/+1
* | | Merge pull request #20171 from georgeclaghorn/enums-in-fixturesRafael Mendonça França2015-05-276-32/+64
|\ \ \
| * | | Resolve enums in test fixturesGeorge Claghorn2015-05-276-32/+64
* | | | Merge pull request #19886 from henders/henders/reload_wipe_query_cacheRafael Mendonça França2015-05-273-1/+34
|\ \ \ \
| * | | | Cause ActiveRecord::Base::reload to also ignore the QueryCache.Shane Hender2015-04-282-1/+30
* | | | | Merge pull request #17654 from kamipo/strict_mode_explicitlyRafael Mendonça França2015-05-273-2/+22
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | If specify `strict: :default` explicitly, do not set sql_mode.Ryuta Kamizono2015-05-263-2/+22
* | | | | Merge pull request #20269 from wojobucco/masterRafael Mendonça França2015-05-273-4/+9
|\ \ \ \ \
| * | | | | Changed mysqldump to include sprocs and functionsJonathan Worek2015-05-222-4/+5
* | | | | | Merge pull request #20326 from hderms/dh/fix_task_bugRafael Mendonça França2015-05-272-16/+66
|\ \ \ \ \ \
| * | | | | | add fixed fileDermot Haughey2015-05-272-16/+66
* | | | | | | :bomb: Fix another leftoverRafael Mendonça França2015-05-271-1/+1
* | | | | | | Fix file nameRafael Mendonça França2015-05-271-1/+1
* | | | | | | Merge pull request #19808 from byroot/action-parameterRafael Mendonça França2015-05-272-15/+32
|\ \ \ \ \ \ \
| * | | | | | | Allow to parameters named `action` or `controller` from AC::TestCase helpersJean Boussier2015-04-182-15/+32
* | | | | | | | Merge pull request #19867 from radar/rename-app-rails-loaderRafael Mendonça França2015-05-274-14/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove redundant 'Rails' from Rails::AppRailsLoader constantRyan Bigg2015-05-214-14/+14
* | | | | | | | | Merge pull request #20327 from yoongkang/ajaxZachary Scott2015-05-271-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | [ci skip] Replace dead link about HttpOnly cookies.Yoong Kang Lim2015-05-281-1/+1
* | | | | | | | | Merge pull request #20316 from vngrs/add_assertion_for_get_method_into_reques...Rafael Mendonça França2015-05-271-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add assertion for get? method into test casesMehmet Emin İNAÇ2015-05-271-0/+1
* | | | | | | | | | Merge pull request #20321 from vngrs/fix_indentation_warningRafael Mendonça França2015-05-271-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix indentation warning on active_support ordered_optionsMehmet Emin İNAÇ2015-05-271-1/+1
* | | | | | | | | | | Merge pull request #20323 from jakegavin/initialization-guide-updateClaudio B.2015-05-271-3/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Remove unnecessary reference to example Blog app [ci skip]Jake Gavin2015-05-271-3/+2
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #20319 from kassio/masterRafael Mendonça França2015-05-271-2/+4
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Remove web-console and spring from test group on default Gemfile.Kassio Borges2015-05-271-2/+4
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #20314 from vngrs/add_doc_about_form_data_methodSantiago Pastorino2015-05-271-0/+2
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Documentation for ActionDispatch::Request form_data? method [ci skip]Mehmet Emin İNAÇ2015-05-271-0/+2
|/ / / / / / / / /
* | | | | | | | | Merge pull request #20262 from arunagw/aa-remove-broken-unused-release-taskYves Senn2015-05-278-60/+0
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Remove broken and unused release taskArun Agrawal2015-05-228-60/+0
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #20297 from gouravtiwari/patch-9Claudio B.2015-05-261-0/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Added multibyte slice! example to doc [ci skip]Gourav Tiwari2015-05-261-0/+6
* | | | | | | | | Merge pull request #20310 from guigs/patch-1Rafael Mendonça França2015-05-261-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix email with name format in Guides. [ci skip]Guilherme Goettems Schneider2015-05-261-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #20208 from gaurish/raise_on_missing_ordered_optionsRafael Mendonça França2015-05-263-1/+39
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add bang version to OrderedOptionsGaurish Sharma2015-05-233-1/+36
* | | | | | | | | | Merge pull request #20305 from vngrs/missing_docs_and_no_docs_for_action_disp...Rafael Mendonça França2015-05-261-3/+5
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Add missing nodocs and docs for ActionDispatch::Request [ci skip]Mehmet Emin İNAÇ2015-05-261-3/+5
* | | | | | | | | | Merge pull request #20309 from stephen-puiszis/patch-1Rafael Mendonça França2015-05-261-0/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add info on default layout functionality 3.2 >> 4.0 upgradeStephen Puiszis2015-05-261-0/+2
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #20027 from keepcosmos/add-extend-option-on-habtmYves Senn2015-05-263-1/+20
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | add `extend` option on `has_and_belongs_to_many`.keepcosmos2015-05-263-1/+20
|/ / / / / / / / /