aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move finish_template as the last public method in the generatorMehdi Lahmam2014-01-081-4/+4
* Minor typos fix [ci skip]Robin Dupret2014-01-081-3/+3
* make `change_column_null` reversible. Closes #13576.Yves Senn2014-01-083-1/+26
* Merge pull request #13629 from dmathieu/drop_testYves Senn2014-01-085-5/+40
|\
| * create/drop test and development databases only if RAILS_ENV is nilDamien Mathieu2014-01-085-5/+40
|/
* Revert "Speedup String#to"Yves Senn2014-01-082-3/+1
* typo fix in test name. [ci skip].Yves Senn2014-01-081-1/+1
* `core_ext/string/access.rb` test what we are documenting.Yves Senn2014-01-081-50/+89
* Merge pull request #13355 from dylanahsmith/migration-versionRafael Mendonça França2014-01-074-1/+19
|\
| * activerecord: Initialize Migration with version from MigrationProxy.Dylan Thacker-Smith2014-01-064-1/+18
* | Merge pull request #13621 from Intrepidd/patch-1Xavier Noria2014-01-071-1/+1
|\ \
| * | 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
|\ \