aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23677 from kamipo/passing_table_name_to_column_initializeRafael França2016-03-119-29/+58
|\
| * Passing `table_name` to `Column#initialize` to avoid `instance_variable_set`Ryuta Kamizono2016-03-085-17/+11
| * Initialize `column.table_name` immediately for `column.serial?` correctly wor...Ryuta Kamizono2016-03-088-21/+56
* | Merge pull request #24153 from y-yagi/use_activesupport_reloaderKasper Timm Hansen2016-03-111-1/+1
|\ \
| * | use `ActiveSupport::Reloader.to_prepare` instead of deprecated `ActionDispatc...yuuji.yaginuma2016-03-111-1/+1
|/ /
* | Merge pull request #23958 from kamipo/fix_bigserial_appears_with_limit_8Rafael França2016-03-112-2/+6
|\ \
| * | Fix bigserial appears with limit 8 for schema dumperRyuta Kamizono2016-03-042-2/+6
* | | Merge pull request #24129 from dharamgollapudi/rename_dependencies_rakeRafael França2016-03-112-1/+1
|\ \ \
| * | | Rename dependencies.rake to cache_digests.rakeDharam Gollapudi2016-03-092-1/+1
* | | | Add missing require to tryRafael Mendonça França2016-03-111-0/+2
* | | | Merge pull request #24145 from bdewater/remove_try_requireRafael França2016-03-111-1/+0
|\ \ \ \
| * | | | Remove unused try requireBart de Water2016-03-101-1/+0
* | | | | Remove unfinished command infrastructure.Kasper Timm Hansen2016-03-102-72/+2
|/ / / /
* | | | Fix Gemfile.lockRafael Mendonça França2016-03-101-5/+4
* | | | Merge pull request #24144 from tjschuck/bcrypt_on_windows_fixedRafael França2016-03-101-7/+1
|\ \ \ \
| * | | | Version 3.1.11 works on Windows againT.J. Schuck2016-03-101-7/+1
|/ / / /
* | | | Merge pull request #24140 from gregmolnar/guidesVipul A M2016-03-101-5/+3
|\ \ \ \
| * | | | remove obsolete i18n links from guides [ci skip]Greg Molnar2016-03-101-5/+3
|/ / / /
* | | | Merge pull request #24137 from sidonath/patch-1Rafael França2016-03-101-3/+3
|\ \ \ \
| * | | | [skip ci] Reorder paragraphsDamir2016-03-101-3/+3
|/ / / /
* | | | Merge pull request #24134 from kamipo/remove_needless_breakRafael França2016-03-101-1/+0
|\ \ \ \
| * | | | Remove needless `break;` [ci skip]Ryuta Kamizono2016-03-101-1/+0
* | | | | Merge pull request #24136 from salmanasiddiqui/patch-1प्रथमेश Sonpatki2016-03-101-2/+2
|\ \ \ \ \
| * | | | | Fixed comments of add_foreign_key methodSalman Afzal Siddiqui2016-03-101-2/+2
|/ / / / /
* | | | | revises whitespace in the gemspec of AV [ci skip]Xavier Noria2016-03-101-4/+4
* | | | | revises the homepage URL in the gemspecs [ci skip]Xavier Noria2016-03-108-8/+8
* | | | | prefer require_relative over require + File.expand_pathXavier Noria2016-03-101-1/+1
| |/ / / |/| | |
* | | | Merge pull request #24128 from y-yagi/add_return_values_to_exampleRafael França2016-03-091-1/+1
|\ \ \ \
| * | | | add return values to example [ci skip]yuuji.yaginuma2016-03-101-1/+1
|/ / / /
* | | | Revert "Merge pull request #24125 from dharamgollapudi/patch-3"Matthew Draper2016-03-101-0/+0
* | | | Merge pull request #24125 from dharamgollapudi/patch-3Rafael França2016-03-091-0/+0
|\ \ \ \
| * | | | Rename dependencies.rake to cache_digests.rakeDharam Gollapudi2016-03-091-0/+0
|/ / / /
* | | | Merge pull request #23940 from prathamesh-sonpatki/rm-with-dispatchersRafael França2016-03-092-14/+15
|\ \ \ \
| * | | | Remove passing `with_dispatchers` to AppGeneratorPrathamesh Sonpatki2016-03-092-14/+15
* | | | | Merge pull request #24123 from mperham/masterRafael França2016-03-092-6/+21
|\ \ \ \ \
| * | | | | Add JSON round trip verification testcaseMike Perham2016-03-092-2/+17
| * | | | | Job payload should be symmetric across JSON dump/loadMike Perham2016-03-092-4/+4
* | | | | | Merge pull request #24121 from y-yagi/use_same_to_type_objectRafael França2016-03-092-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | use same name to type objectyuuji.yaginuma2016-03-092-2/+2
| | |/ / / | |/| | |
* | | | | Add `ActionController::Parameters#dig`Sean Griffin2016-03-093-0/+40
* | | | | Merge pull request #24122 from claudiob/fix-23795Rafael França2016-03-092-11/+26
|\ \ \ \ \
| * | | | | AppGenerator: allow both 'rake' and 'rails'claudiob2016-03-092-11/+26
| |/ / / /
* | | | | Add changelog entry for #24115 [ci skip]Rafael Mendonça França2016-03-091-0/+5
* | | | | Merge pull request #24115 from garethson/instrumentation-headersRafael França2016-03-092-0/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Pass headers through to payload for logging.Gareth du Plooy2016-03-082-0/+7
|/ / / /
* | | | Merge pull request #24062 from resure/redundant-escapesRafael França2016-03-084-4/+4
|\ \ \ \
| * | | | Remove redundant regexp escapes in generatorsGadzhi Gadzhiev2016-03-084-4/+4
* | | | | Merge pull request #23666 from meinac/fix_abstract_default_scope_bugSean Griffin2016-03-085-1/+38
|\ \ \ \ \
| * | | | | Execute default_scope defined by abstract class within the scope of subclassMehmet Emin İNAÇ2016-03-085-1/+38
* | | | | | Merge pull request #24067 from jch/error-message-when-missing-listen-dependencyArthur Nogueira Neves2016-03-081-1/+7
|\ \ \ \ \ \