aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | When your templates change, browser caches bust automatically.Jeremy Kemper2014-08-177-9/+136
| |/ / / / / / / / / / /
| * | | | | | | | | | | Merge pull request #16189 from sgrif/sg-attribute-was-in-placeGodfrey Chan2014-08-169-20/+67
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Don't expose these new APIs yet (added in 877ea78 / #16189)Godfrey Chan2014-08-163-15/+21
| | * | | | | | | | | | | Implement `_was` and `changes` for in-place mutations of AR attributesSean Griffin2014-08-168-21/+62
| |/ / / / / / / / / / /
* / / / / / / / / / / / Fix rounding errors with #travel_to by resetting the usec on any passed time ...David Heinemeier Hansson2014-08-173-4/+20
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #16517 from sgrif/sg-comparable-attributesRafael Mendonça França2014-08-164-0/+50
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Implement `==` on `Type::Value` and `Attribute`Sean Griffin2014-08-154-0/+50
* | | | | | | | | | | | Merge pull request #16523 from tomkadwill/cookie_store_rewordingRafael Mendonça França2014-08-161-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | [ci skip] re-worded section on CookieStore to make it more readable.Tom Kadwill2014-08-161-3/+3
|/ / / / / / / / / / / /
* | | | | | | | | | | | Avoid mutating the constants in a test caseAkira Matsuda2014-08-162-6/+4
* | | | | | | | | | | | Avoid polluting String class globally in a test caseAkira Matsuda2014-08-161-8/+13
* | | | | | | | | | | | Unused ivar in a test suiteAkira Matsuda2014-08-161-1/+0
* | | | | | | | | | | | Merge pull request #16435 from arthurnn/after_commit_run_on_top_level_trans_m...Godfrey Chan2014-08-154-4/+47
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Fix regression on after_commit in nested transactions.Arthur Neves2014-08-153-0/+21
| * | | | | | | | | | | Use *_transaction methods in TransactionManagerArthur Neves2014-08-152-4/+26
|/ / / / / / / / / / /
* | | | | | | | | | | Point to rubygems instead of Rails GitHub. [ci skip]Rafael Mendonça França2014-08-151-1/+1
* | | | | | | | | | | Fixed link for in_place_editor [ci skip]Arun Agrawal2014-08-151-1/+1
* | | | | | | | | | | fix typo in method name (broken build :sweat:)Yves Senn2014-08-151-1/+1
* | | | | | | | | | | prefer `has_attribute?` over `attributes.key?`.Yves Senn2014-08-151-1/+1
* | | | | | | | | | | Merge pull request #16505 from sgrif/sg-attribute-internalsYves Senn2014-08-151-2/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Use the method for determining attribute methods rather than duplicatingSean Griffin2014-08-151-2/+3
* | | | | | | | | | | | create_table + transactional_fixtures = :bomb:Akira Matsuda2014-08-151-0/+4
* | | | | | | | | | | | s/Dont'/Don't/Akira Matsuda2014-08-151-1/+1
* | | | | | | | | | | | Merge pull request #16508 from jbsmith86/masterSean Griffin2014-08-143-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Spelling errorsjbsmith862014-08-143-4/+4
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #16504 from schneems/schneems/fix_url_forAaron Patterson2014-08-141-1/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Perf optimization for `url_for` called w/ Hashschneems2014-08-141-1/+3
* | | | | | | | | | | | Ignore MySQL "SHOW VARIABLES" when counting queriesAkira Matsuda2014-08-151-1/+1
* | | | | | | | | | | | extract methods and metaprogram less.Aaron Patterson2014-08-141-11/+16
* | | | | | | | | | | | Be sure to reset PK name renamed in the testAkira Matsuda2014-08-151-0/+3
* | | | | | | | | | | | Use string for order argument, fixed from #16501 [ci skip]Zachary Scott2014-08-141-1/+1
* | | | | | | | | | | | Merge pull request #16501 from tomkadwill/update_delete_to_new_styleZachary Scott2014-08-141-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | [ci skip] updated 'where' in association documention to new style syntaxTom Kadwill2014-08-141-1/+1
* | | | | | | | | | | | | Warm up Symbols with where methodAkira Matsuda2014-08-151-1/+1
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #16502 from bogdan/where-hash-nested-relationSantiago Pastorino2014-08-142-3/+24
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fixed AR::Relation#where edge case with Hash and other RelationBogdan Gusiev2014-08-142-3/+24
* | | | | | | | | | | | | Merge pull request #16438 from agrobbin/input-placeholder-i18nJeremy Kemper2014-08-145-0/+214
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | add I18n support for `:placeholder` HTML option is passed to form fieldsAlex Robbin2014-08-125-0/+214
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Ignore SCHEMA queries in some habtm testsAkira Matsuda2014-08-141-4/+4
* | | | | | | | | | | | | Merge pull request #8813 from greyblake/dont_write_timestamps_if_they_are_not...Yves Senn2014-08-143-1/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Do not try to write timestamps if they are missing #8813Potapov Sergey2014-02-163-1/+29
* | | | | | | | | | | | | | Make sure that fixtures are loaded before findingAkira Matsuda2014-08-141-0/+4
* | | | | | | | | | | | | | FormatAkira Matsuda2014-08-141-2/+2
* | | | | | | | | | | | | | ಠ_ಠ now that the commit sha is known I can add it to the relese guide.Yves Senn2014-08-141-0/+1
* | | | | | | | | | | | | | remove deprecated `MissingHelperError` proxy.Yves Senn2014-08-143-3/+10
* | | | | | | | | | | | | | Clear validators before and after each testAkira Matsuda2014-08-142-1/+2
* | | | | | | | | | | | | | Merge pull request #16027 from tgxworld/template_assertionsYves Senn2014-08-143-0/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix assert_template for files.Guo Xiang Tan2014-08-143-0/+36
* | | | | | | | | | | | | | | ask the scope object if it is a resource_method_scopeAaron Patterson2014-08-131-10/+13
* | | | | | | | | | | | | | | ask the scope for the action nameAaron Patterson2014-08-131-14/+18