aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
* remove trailing whitespace. [ci skip]Yves Senn2015-04-271-1/+1
* Merge pull request #19918 from vngrs/becomes_missing_note_about_stiYves Senn2015-04-271-1/+3
|\
| * Add note about sti column value to becomes method [ci skip]Mehmet Emin İNAÇ2015-04-271-2/+4
|/
* Revert "Merge pull request #17920 from calebthompson/dont-rely-on-environment...Yves Senn2015-04-271-1/+1
* Don't document internal monkey patch for mysql gem [ci skip]Zachary Scott2015-04-261-1/+3
* use a more descriptive example. [ci skip]Yves Senn2015-04-241-6/+4
* docs for `create_table` and non-int primary keys. [ci skip]Yves Senn2015-04-241-0/+17
* Merge pull request #18880 from mudge/timestamp-index-bugRafael Mendonça França2015-04-231-0/+1
|\
| * Fix missing index when using timestamps with indexPaul Mucur2015-04-151-0/+1
* | Fix a minor grammatical issue in the docRomain Goyet2015-04-231-1/+1
* | Rename association option :class to :anonymous_classAndrew White2015-04-213-4/+4
* | Use _read_attribute(primary_key) instead of idRafael Mendonça França2015-04-191-1/+1
* | Merge pull request #19783 from vngrs/raise_error_on_touch_if_object_is_staleSean Griffin2015-04-191-3/+15
|\ \
| * | Raise StaleObjectError if touched object is stale and locking is enabledMehmet Emin İNAÇ2015-04-191-3/+15
| |/
* | Autosave existing records on HMT associations when the parent is newSean Griffin2015-04-181-6/+4
* | Merge pull request #19787 from Senjai/patch-2Yves Senn2015-04-181-5/+4
|\ \ | |/ |/|
| * Encourage users to user super to override methods.Richard Wilson2015-04-161-5/+4
|/
* Revert "Merge pull request #19755 from yuki24/activerecord/support-for-set"Yves Senn2015-04-151-1/+0
* Add support for Set to Relation#whereYuki Nishijima2015-04-131-0/+1
* Document that partial indexes are only supported by Postgres and SQLite.Grey Baker2015-04-131-0/+2
* Add a note regarding add_column restricted API [ci skip]Zachary Scott2015-04-121-0/+4
* Apply edits from @senny to close #19397 [ci skip]Zachary Scott2015-04-121-4/+1
* Merge branch 'patch-1'Zachary Scott2015-04-121-3/+5
|\
| * Enhance documentation of pluck with a hint to ids [ci skip]wingfire2015-04-121-3/+5
* | Missing note on validates_presence_of validation [ci skip]Mehmet Emin İNAÇ2015-04-111-0/+4
* | fix documentation for SchemaStatements#add_foreign_keySimon Stemplinger2015-04-081-2/+2
* | Batch touch parent recordsArthur Neves2015-04-085-7/+61
* | Fix uniqueness validation with out of range valueAndrey Voronkov2015-04-081-0/+2
* | Merge pull request #19680 from vngrs/make_join_model_name_const_privateRafael Mendonça França2015-04-071-3/+1
|\ \
| * | Change join model name constant to private constantMehmet Emin İNAÇ2015-04-071-3/+1
* | | Merge pull request #17574 from kamipo/charset_collation_optionsJeremy Kemper2015-04-073-1/+43
|\ \ \
| * | | Add `:charset` and `:collation` options support for MySQL string and text col...Ryuta Kamizono2015-03-063-1/+43
* | | | Merge pull request #19647 from codeout/association_updateRafael Mendonça França2015-04-061-0/+2
|\ \ \ \
| * | | | Fix a regression introduced by removing unnecessary db call when replacingShintaro Kojima2015-04-041-0/+2
* | | | | Merge pull request #19448 from tgxworld/fix_activesupport_callbacks_clash_on_runRafael Mendonça França2015-04-065-19/+18
|\ \ \ \ \
| * | | | | Revert "Reduce allocations when running AR callbacks."Guo Xiang Tan2015-03-225-19/+18
* | | | | | No need to document drop_table in the PostgreSQLAdapterRafael Mendonça França2015-04-063-9/+8
* | | | | | change the explanation of :if_exists option [ci skip]Mehmet Emin İNAÇ2015-04-062-2/+2
| |_|_|/ / |/| | | |
* | | | | drop_table method documentation for mysql and postgresql adapters [ci skip]Mehmet Emin İNAÇ2015-04-062-0/+19
* | | | | Merge pull request #19652 from vngrs/pluralize_foreign_key_table_name_bugYves Senn2015-04-062-2/+5
|\ \ \ \ \
| * | | | | use singular table name if pluralize_table_names is setted as false while cre...Mehmet Emin İNAÇ2015-04-062-2/+5
| | |_|_|/ | |/| | |
* | | | | Don't invoke sql_runtime if logger is not set to infoeileencodes2015-04-042-2/+3
| |_|/ / |/| | |
* | | | remove duplicatesKoen Punt2015-04-031-4/+0
|/ / /
* | | Freeze static arguments for gsubbrainopia2015-04-023-4/+4
* | | Prefer string patterns for gsubbrainopia2015-04-023-3/+3
* | | Merge pull request #19586 from mechanicles/fix-eager-loading-for-find-methodsRafael Mendonça França2015-03-311-1/+1
|\ \ \
| * | | Fix eager loading association using default_scope for finder methods.Santosh Wadghule2015-03-311-1/+1
* | | | Make method as nodoc since we are already docummenting at AbstractAdapterRafael Mendonça França2015-03-311-1/+1
* | | | [ci skip] Combine complementary AR #find doc linesAlexander Dimitriyadi2015-03-301-3/+1
|/ / /
* | | Clarify the role of `ActiveRecord::Core.encode_with`Sean Griffin2015-03-291-4/+8