aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* synchronize 4.1 release notes with CHANGELOGS. [ci skip]Yves Senn2014-02-065-17/+95
* update contribution doc grammar. [ci skip]dpmehta022014-02-061-5/+6
* Fix to_query with empty arrays tooRafael Mendonça França2014-02-062-1/+8
* Add CHANGELOG entryRafael Mendonça França2014-02-051-0/+14
* Refatoring the method to avoid shot-circuit returnRafael Mendonça França2014-02-052-4/+9
* Test with a blank valueRafael Mendonça França2014-02-051-2/+2
* Move test to the right fileRafael Mendonça França2014-02-052-11/+9
* Fixed "Hash#to_param confused by empty hash values #13892"Hincu Petru2014-02-052-0/+12
* Merge pull request #13953 from seanwalbran/fix-humanize-match-referenceRafael Mendonça França2014-02-052-1/+5
|\
| * fix interplay of humanize and html_escapeSean Walbran2014-02-052-1/+5
|/
* Merge pull request #13938 from marcandre/sized_enumeratorRafael Mendonça França2014-02-057-30/+53
|\
| * Return sized enumerator from Enumerable#index_byMarc-Andre Lafortune2014-02-053-7/+6
| * Return sized enumerator from Batches#find_eachMarc-Andre Lafortune2014-02-056-4/+26
| * Return sized enumerator from Batches#find_in_batchesMarc-Andre Lafortune2014-02-053-4/+25
| * Strengthen test with different nb of rows and columnsMarc-Andre Lafortune2014-02-051-2/+4
| * Remove obsolete test (builtin group_by is now used)Marc-Andre Lafortune2014-02-051-20/+0
| * Remove obsolete line (was needed for Ruby 1.8.7 support)Marc-Andre Lafortune2014-02-051-1/+0
|/
* remove gemnasium batch from README. [ci skip]Yves Senn2014-02-051-1/+0
* Removed unused commented code [ci skip]Arun Agrawal2014-02-051-1/+0
* Merge pull request #13950 from calvintam/fix_typosArun Agrawal2014-02-051-2/+2
|\
| * Fixed typos [ci skip]Calvin Tam2014-02-051-2/+2
* | Merge pull request #13949 from vajrasky/fix_typo_column_definition_testYves Senn2014-02-051-2/+2
|\ \ | |/ |/|
| * Fixed typo in column_definition_test.rb.Vajrasky Kok2014-02-051-2/+2
* | docs, AR already auto-detects primary keys. Closes #13946. [ci skip]Yves Senn2014-02-053-6/+8
|/
* Document that enum conditions must use the ordinal valueRafael Mendonça França2014-02-041-0/+2
* Merge pull request #13943 from loganhasson/masterRafael Mendonça França2014-02-041-1/+1
|\
| * [ci skip] Add missing 'task' to note on Running MigrationsLogan Hasson2014-02-041-1/+1
* | Add CHANGELOG entry for #13935 [ci skip]Rafael Mendonça França2014-02-041-0/+9
* | Merge pull request #13935 from arthurnn/fix_12566Rafael Mendonça França2014-02-042-1/+16
|\ \
| * | Make sure transaction state resets after commitArthur Neves2014-02-032-1/+16
* | | Merge pull request #13940 from gregmolnar/guidesArun Agrawal2014-02-041-1/+1
|\ \ \
| * | | add missing sharp [ci skip]Greg Molnar2014-02-041-1/+1
|/ / /
* | | docs, link MySQL manual for multi column indexes. [ci ckip].Yves Senn2014-02-041-1/+3
* | | Merge pull request #13899 from Fortisque/kevin/active_record_HABTM_with_belon...Rafael Mendonça França2014-02-042-1/+11
|\ \ \
| * | | fix HABTM w/out primary key errors on destructionKevin Casey2014-02-022-1/+11
* | | | `#to_param` returns `nil` if `to_key` returns `nil`. Closes #11399.Yves Senn2014-02-043-1/+15
* | | | Merge pull request #13936 from edogawaconan/fix_docsGuillermo Iguaran2014-02-031-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Missing closing parenthesis.edogawaconan2014-02-041-1/+1
|/ / /
* | | Merge pull request #11770 from timruffles/doc_ajax_xhrYves Senn2014-02-031-2/+5
|\ \ \
| * | | be more specific about csrf token and ajax - not whitelisted outside of jquer...Tim Ruffles2013-08-061-2/+5
* | | | docs, be clear that `options` is a hash. Closes #11904. [ci skip].Yves Senn2014-02-031-1/+1
* | | | some wording format changes. [ci skip]Yves Senn2014-02-032-6/+6
* | | | pass `habtm :autosave` to underlying `hm:t` association. Closes #13923.Yves Senn2014-02-034-8/+35
* | | | docs, revisit polymorphic associations with STI example. [ci skip]Yves Senn2014-02-031-2/+5
* | | | docs, reference to ruby-lang.org. refs #13492. [ci skip]Yves Senn2014-02-031-4/+8
* | | | `rails_guides/helpers.rb` requires `YAML` to run.Yves Senn2014-02-031-0/+2
* | | | Merge pull request #13930 from calvintam/masterArun Agrawal2014-02-031-1/+1
|\ \ \ \
| * | | | Fixed minor typo [ci skip]Calvin Tam2014-02-031-1/+1
|/ / / /
* | | | Merge pull request #13926 from fredwu/doc_polymorphic_sti_var_name_typoYves Senn2014-02-021-2/+2
|\ \ \ \
| * | | | Fixes the camelCase variable name in the docs [ci skip]Fred Wu2014-02-031-2/+2
|/ / / /