aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use the most highest priority exception handler when cause is setSean Griffin2016-03-113-2/+49
* Fix test failures caused by #23958Sean Griffin2016-03-111-1/+1
* Merge pull request #22854 from jcoyne/missing_templateSean Griffin2016-03-113-1/+23
|\
| * Render default template if block doesn't renderJustin Coyne2016-02-253-1/+23
* | Merge pull request #24150 from exviva/unmarshal-infinite-retryXavier Noria2016-03-113-1/+20
|\ \
| * | Prevent `Marshal.load` from looping infinitelyOlek Janiszewski2016-03-113-1/+20
* | | Merge pull request #24143 from perceptec/fix-thread-mattr-accessor-refsMatthew Draper2016-03-122-2/+8
|\ \ \
| * | | Fix `thread_mattr_accessor` thread-local variable namingMichael Ryan2016-03-112-2/+8
| |/ /
* | | Merge pull request #24054 from kamipo/extract_default_primary_keyRafael França2016-03-115-22/+22
|\ \ \
| * | | Extract `default_primary_key?` to refactor `column_spec_for_primary_key`Ryuta Kamizono2016-03-115-22/+22
| |/ /
* | | Merge pull request #24087 from kamipo/dump_bigint_instead_of_integer_limit_8Rafael França2016-03-114-13/+13
|\ \ \
| * | | Dump `bigint` instead of `integer` with `limit: 8` for schema dumperRyuta Kamizono2016-03-114-13/+13
| |/ /
* | | 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
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |