aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Missing require 'active_support/multibyte/unicode'Akira Matsuda2016-07-121-0/+1
* Merge pull request #25797 from kei-s/migrations_linksVipul A M2016-07-124-7/+7
|\
| * [ci skip] Update redirecting links in guideskei-s2016-07-124-7/+7
|/
* Merge pull request #25690 from robin850/speed-up-rdocXavier Noria2016-07-121-0/+13
|\
| * Speed up RDoc generation when it's already been done onceRobin Dupret2016-07-111-0/+13
* | Merge pull request #25794 from mechanicles/rails-to-RailsRafael França2016-07-128-10/+10
|\ \
| * | rails -> Rails [ci skip]Santosh Wadghule2016-07-128-10/+10
* | | Merge pull request #25793 from jmondo/strptimeRafael França2016-07-123-0/+17
|\ \ \
| * | | Raise ArgumentError for bad strptime argumentsJohn Gesimondo2016-07-113-0/+17
|/ / /
* | | Merge pull request #25792 from prathamesh-sonpatki/test-typoMatthew Draper2016-07-122-6/+1
|\ \ \
| * | | Remove duplicate test and fix a typo in the testPrathamesh Sonpatki2016-07-122-6/+1
|/ / /
* | | Merge pull request #25735 from timrogers/actioncontroller-parameters-dupMatthew Draper2016-07-122-14/+48
|\ \ \
| * | | Trust `Object#dup` in `ActionController::Parameters`, using `#initialize_copy...Tim Rogers2016-07-082-16/+20
| * | | Changes to a dupped `ActionController::Parameters` mutate the originalTim Rogers2016-07-072-0/+30
* | | | AS::Duration should serialize empty values correctly. (#25656)Paul Sadauskas2016-07-112-1/+4
* | | | Merge pull request #25782 from kamipo/fix_test_failureRafael França2016-07-111-3/+2
|\ \ \ \
| * | | | Fix Active Record test failureRyuta Kamizono2016-07-121-3/+2
|/ / / /
* | | | Merge pull request #25575 from taboularasa/taboularasa/update-docs-ActiveMode...Sean Griffin2016-07-111-2/+13
|\ \ \ \
| * | | | [ci skip] add class level documentation to ActiveModel::Type::BooleanDavid Elliott2016-07-111-2/+13
* | | | | Always prefer class types to query types when casting `group`Sean Griffin2016-07-114-6/+23
|/ / / /
* | | | Merge pull request #25773 from jmondo/patch-2प्रथमेश Sonpatki2016-07-111-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Update class_attribute docsJohn Gesimondo2016-07-101-1/+1
|/ / /
* | | Merge pull request #25757 from monkey-mas/add-tests-for-response_testGuillermo Iguaran2016-07-101-0/+20
|\ \ \
| * | | Add tests for 1xx, 204 and 304 responses to response_test.rbMasaru Nomura2016-07-091-0/+20
* | | | Merge pull request #25769 from y-yagi/remove_unnecessary_sendGuillermo Iguaran2016-07-101-5/+5
|\ \ \ \
| * | | | remove unnecessary sendyuuji.yaginuma2016-07-101-5/+5
* | | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-07-103-3/+18
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix documentation for number_with_precision helper in AV guide [ci skip]Prathamesh Sonpatki2016-07-061-1/+1
| * | | | Expand on Instance variables section with an example and specify when the ins...Vipul A M2016-07-021-1/+14
| * | | | Fix number_with_precision documentation for precision [ci skip]Vipul A M2016-07-021-1/+1
| * | | | Expand on #24071 for specifying custom locale fallbacks. [ci skip]Vipul A M2016-06-291-1/+3
* | | | | Merge pull request #25759 from prathamesh-sonpatki/changelog-cleanupsRafael França2016-07-092-8/+12
|\ \ \ \ \
| * | | | | Cleanup CHANGELOGs [ci skip]Prathamesh Sonpatki2016-07-092-8/+12
| | |/ / / | |/| | |
* | | | | Merge pull request #25766 from vipulnsward/fix-ac-tests-2-4Rafael França2016-07-091-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix AJ tests on ruby 2.4 being causes since classes are unified for Integer, ...Vipul A M2016-07-091-1/+1
* | | | | Merge pull request #23636 from rab/fix-to_param-truncationMatthew Draper2016-07-093-4/+41
|\ \ \ \ \
| * | | | | fix to_param to maximize contentRob Biedenharn2016-07-083-4/+41
|/ / / / /
* | | | | Merge pull request #25652 from prathamesh-sonpatki/rm-boot-railsGuillermo Iguaran2016-07-0838-46/+3
|\ \ \ \ \
| * | | | | Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-0438-46/+3
* | | | | | Merge pull request #25688 from mahnunchik/host-env-varGuillermo Iguaran2016-07-082-0/+8
|\ \ \ \ \ \
| * | | | | | Use the HOST environment variable for rails server #25677Evgeny Vlasenko2016-07-052-0/+8
* | | | | | | Correct changelog layoutMatthew Draper2016-07-091-8/+8
* | | | | | | Insert changelog entry for #25615Matthew Draper2016-07-091-0/+7
* | | | | | | Merge pull request #25624 from tinco/actioncable_write_raceMatthew Draper2016-07-092-2/+12
|\ \ \ \ \ \ \
| * | | | | | | fix race condition in websocket stream writeTinco Andringa2016-07-011-0/+4
* | | | | | | | Merge pull request #25714 from robin850/changelog-25692Rafael Mendonça França2016-07-071-0/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Add a changelog entry for #25692 [ci skip]Robin Dupret2016-07-061-0/+6
* | | | | | | | | Merge pull request #25745 from alexcameron89/schema_statementsVipul A M2016-07-071-12/+12
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | [ci skip] Update documentation in AR SchemaStatementsAlex Kitchens2016-07-071-12/+12
|/ / / / / / / /
* | | | | | | | Merge pull request #25730 from prathamesh-sonpatki/rm-cookie-onlyRafael França2016-07-072-1/+7
|\ \ \ \ \ \ \ \