aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Fix typo in image_tag documentationAdrien2014-01-071-1/+1
| |/ / /
| * | | Merge pull request #13597 from prathamesh-sonpatki/hstore_migrationYves Senn2014-01-076-15/+43
| |\ \ \
| | * | | Make change_table use object of current database adapterNishant Modak2014-01-076-15/+43
| * | | | Use a better method name to check the requirement of password confirmationCarlos Antonio da Silva2014-01-072-8/+8
| |/ / /
| * | | Merge pull request #13617 from arthurnn/error_varRafael Mendonça França2014-01-061-2/+2
| |\ \ \
| | * | | Add 'e' var on rescue DalliError, in order to log itArthur Neves2014-01-061-2/+2
| |/ / /
| * | | Merge pull request #13616 from zirni/remove_warningsRafael Mendonça França2014-01-061-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Remove warnings in test suiteMatthias Zirnstein2014-01-061-1/+1
| |/ /
| * | Merge pull request #13593 from oliveiraethales/store_yaml_coderYves Senn2014-01-065-1/+14
| |\ \
| | * | Fix: ActiveRecord::Store TypeError conversion when using YAML coderThales Oliveira2014-01-065-1/+14
| * | | add example to the CHANGELOG entry from 3a48b83e5 [ci skip].Yves Senn2014-01-061-2/+8
| * | | Fix typo in AS changelog, improve highlight [ci skip]Carlos Antonio da Silva2014-01-061-2/+2
| * | | Fix AR connection resolver docs to return a hash with string keys [ci skip]Carlos Antonio da Silva2014-01-061-1/+1
| * | | Fix typo [ci skip]Carlos Antonio da Silva2014-01-061-1/+1
| * | | Fix rdoc markup [ci skip]Carlos Antonio da Silva2014-01-061-1/+1
| * | | Merge pull request #13611 from robinboening/plugin_generator_testsYves Senn2014-01-061-0/+6
| |\ \ \
| | * | | Add missing tests for invalid names in `rails plugin new`Robin Böning2014-01-061-0/+6
| * | | | Fix typo in AMo docs [ci skip]Carlos Antonio da Silva2014-01-061-1/+1
| * | | | quick formatting pass through CHANGELOGS. [ci skip].Yves Senn2014-01-064-17/+24
| * | | | update 4.1 release notes with deprecation commit link. [ci skip]Yves Senn2014-01-061-1/+2
| * | | | Merge pull request #13607 from huoxito/actionview-versionGuillermo Iguaran2014-01-051-0/+1
| |\ \ \ \
| | * | | | Require actionview/versionWashington Luiz2014-01-061-0/+1
| |/ / / /
| * | | | Merge pull request #13604 from randomecho/docs-getting-startedRafael Mendonça França2014-01-051-3/+3
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Ruby is a proper noun here, not part of code fragment [ci skip]Soon Van2014-01-051-3/+3
| |/ / /
| * | | Allow an absolute controller path inside a module scopeAndrew White2014-01-054-2/+24
| * | | Add CHANGELOG entry for #10634 [ci skip]Andrew White2014-01-051-0/+17
| * | | Merge pull request #10634 from teleological/time_advance_gregorianAndrew White2014-01-052-4/+13
| |\ \ \
| | * | | Maintain proleptic gregorian in Time#advanceRiley Lynch2013-05-152-4/+13
| * | | | Merge pull request #13598 from zirni/remove_ar_warningsRafael Mendonça França2014-01-052-2/+2
| |\ \ \ \
| | * | | | Remove method redefined warnings for test suiteMatthias Zirnstein2014-01-052-2/+2
| * | | | | Switched to use `display:none` in extra_tags_for_form method.Gaelian Ditchburn2014-01-056-8/+14
| | |_|/ / | |/| | |
| * | | | Unique the segment keys array for non-optimized url helpersAndrew White2014-01-053-1/+31
| * | | | Show full route constraints in error messageAndrew White2014-01-054-4/+40
| * | | | Simplify arg parameterizationAndrew White2014-01-051-6/+1
| * | | | Use a custom route vistor for optimized route generationAndrew White2014-01-054-31/+65
| * | | | Merge pull request #13590 from kuldeepaggarwal/fix-date-helper-docRafael Mendonça França2014-01-041-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | provide correct example of `datetime_select` helper [ci skip]Kuldeep Aggarwal2014-01-041-1/+1
| * | | | Add preview_path to autoload_paths in after_initializeAndrew White2014-01-043-7/+55
| |/ / /
| * | | Merge pull request #13587 from kud86/change_truncate_examplesRobin Dupret2014-01-041-0/+3
| |\ \ \
| | * | | Fixed documentation. [ci skip]Konstantin Wlasow2014-01-041-0/+3
| |/ / /
| * | | Fix mergefail in changelogJon Leighton2014-01-041-2/+0
| * | | Add deprecation I accidentally missedJon Leighton2014-01-041-1/+1
| * | | Merge pull request #13584 from tjschuck/cannot_cannot_be_can_notXavier Noria2014-01-0314-71/+71
| |\ \ \
| | * | | Change all "can not"s to the correct "cannot".T.J. Schuck2014-01-0314-71/+71
| * | | | Merge pull request #13583 from arthurnn/mem_cache_store_fixGuillermo Iguaran2014-01-033-10/+12
| |\ \ \ \
| | * | | | Raise if MemCacheStore doenst receive a Dalli objArthur Neves2014-01-033-0/+15
| | * | | | mem_cache_store requires dalli, so only accept dalli/clientArthur Neves2014-01-032-14/+1
| * | | | | Minor typo fix [ci skip]Robin Dupret2014-01-031-1/+1
| | |/ / / | |/| | |
| * | | | Merge pull request #10134 from derikson/collection_proxy_select_with_multiple...Rafael Mendonça França2014-01-033-6/+10
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Changed ActiveRecord::Associations::CollectionProxy#select to take multiple a...Dan Erikson2013-04-083-6/+10