Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Remove warning | Rafael Mendonça França | 2014-09-01 | 1 | -2/+2 | |
* | | | | | | | | | Try with web-console master | Rafael Mendonça França | 2014-09-01 | 1 | -1/+1 | |
* | | | | | | | | | Use jquery-rails master | Rafael Mendonça França | 2014-09-01 | 2 | -2/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #16704 from ankit1910/use-existing-method | Rafael Mendonça França | 2014-09-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | use self instead of #read_attribute | ankit1910 | 2014-08-26 | 1 | -1/+1 | |
* | | | | | | | | | Clear schema cache before each test | Akira Matsuda | 2014-09-01 | 1 | -0/+1 | |
* | | | | | | | | | Merge pull request #16763 from brainopia/patch-1 | Godfrey Chan | 2014-09-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix for configuring rails guide | Ravil Bayramgalin | 2014-09-01 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Clear schema cache before each test | Akira Matsuda | 2014-09-01 | 1 | -0/+1 | |
* | | | | | | | | | Merge pull request #16755 from codeodor/master | Aaron Patterson | 2014-08-31 | 2 | -3/+36 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Allow polymorphic routes with nil when a route can still be drawn | Sammy Larbi | 2014-08-31 | 2 | -3/+36 | |
* | | | | | | | | | | Keep it closer to the original wording [ci skip] | Godfrey Chan | 2014-08-31 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #16747 from rsutphin/web-console-gemfile-comment | Guillermo Iguaran | 2014-08-31 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Since /console is an optional feature, mention <%= console %> instead. | Rhett Sutphin | 2014-08-31 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | / / / / / | Clean up grammar from #16752 [ci skip] | Zachary Scott | 2014-08-30 | 1 | -2/+2 | |
| |_|_|/ / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #16751 from seuros/rename | Jeremy Kemper | 2014-08-30 | 1 | -0/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | [ActionMailer] Rename test/test_test to test/test_case_test | Abdelkader Boudih | 2014-08-30 | 1 | -0/+0 | |
* | | | | | | | | | Merge pull request #16752 from Shruti2791/shruti_workspace | Zachary Scott | 2014-08-30 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | [ci skip] add line about text layout | shruti2791 | 2014-08-30 | 1 | -1/+2 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | MySQL: set connection collation along with the charset | Jeremy Kemper | 2014-08-30 | 5 | -1/+29 | |
* | | | | | | | | | AR#reset_column_information sometimes queries via table_exists? | Akira Matsuda | 2014-08-31 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Refer to the library name instead of the constant | Robin Dupret | 2014-08-30 | 7 | -7/+7 | |
* | | | | | | | | Merge pull request #16644 from Agis-/drb-tests-actionpack-vagrant | Xavier Noria | 2014-08-30 | 1 | -3/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Use system /tmp when testing actionpack | Agis- | 2014-08-22 | 1 | -3/+1 | |
* | | | | | | | | | Bring back the test cases for `presence` | Godfrey Chan | 2014-08-29 | 1 | -0/+5 | |
* | | | | | | | | | Forgot to set Migration.verbose at f8d9a51949d6f6cfcab7cc7d501e137836eb88dc :... | Akira Matsuda | 2014-08-30 | 1 | -1/+1 | |
* | | | | | | | | | reduce object allocations in utc_offset | Aaron Patterson | 2014-08-29 | 1 | -2/+2 | |
* | | | | | | | | | We tenderized the wrong method! Object#try already had the yield option, just... | David Heinemeier Hansson | 2014-08-29 | 5 | -34/+20 | |
* | | | | | | | | | Clarify the origin of this great addition to Rails :trollface: :trollface :tr... | David Heinemeier Hansson | 2014-08-29 | 1 | -1/+1 | |
* | | | | | | | | | Use instance_eval on @tenderlove's suggestion :trollface: | David Heinemeier Hansson | 2014-08-29 | 3 | -7/+8 | |
* | | | | | | | | | Update examples to show real worth | David Heinemeier Hansson | 2014-08-29 | 2 | -2/+11 | |
* | | | | | | | | | Added yield to Object#presence | David Heinemeier Hansson | 2014-08-29 | 3 | -1/+23 | |
* | | | | | | | | | Merge branch 'master' of github.com:rails/rails | David Heinemeier Hansson | 2014-08-29 | 181 | -1044/+1779 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge pull request #16746 from cristianbica/fix-backburner-adapter | Godfrey Chan | 2014-08-29 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Fixed Active Job Backburner adapter | Cristian Bica | 2014-08-30 | 1 | -1/+1 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Don't allow AR::Tasks::DatabaseTasks.migrate to mutate Migration.verbose value | Akira Matsuda | 2014-08-30 | 1 | -1/+3 | |
| * | | | | | | | | | Merge pull request #16741 from robin850/am-isolated-wo-bundle | Santiago Pastorino | 2014-08-29 | 1 | -3/+2 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Make test:isolated run without bundler for Action Mailer | Robin Dupret | 2014-08-29 | 1 | -3/+2 | |
| * | | | | | | | | | | Merge pull request #16742 from robin850/rbx-aj-sidekiq | Santiago Pastorino | 2014-08-29 | 1 | -8/+2 | |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Avoid skipping Sidekiq tests on Rubinius | Robin Dupret | 2014-08-29 | 1 | -8/+2 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Some documentation fixes [ci skip] | Robin Dupret | 2014-08-29 | 3 | -10/+10 | |
| * | | | | | | | | | Don't test PostgreSQL implementation details | Akira Matsuda & Kohei Suzuki | 2014-08-29 | 1 | -3/+0 | |
| * | | | | | | | | | Merge pull request #16740 from seuros/activejob | Yves Senn | 2014-08-29 | 5 | -20/+25 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | [ActiveJob] extract JobBuffer from helper | Abdelkader Boudih | 2014-08-29 | 5 | -20/+25 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Revert "Merge pull request #16254 from zuhao/refactor_activerecord_attribute_... | Yves Senn | 2014-08-29 | 1 | -0/+1 | |
| * | | | | | | | | | Merge pull request #16739 from y-yagi/patch-6 | Yves Senn | 2014-08-29 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | [ci skip] Fix example code of ActiveRecord::FixtureSet.context_class | yuuji.yaginuma | 2014-08-29 | 2 | -2/+2 | |
| * | | | | | | | | | | Merge pull request #16728 from splattael/invalid_address_error | Yves Senn | 2014-08-29 | 2 | -1/+8 | |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Don't rescue IPAddr::InvalidAddressError | Peter Suschlik | 2014-08-29 | 2 | -1/+8 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Reset ActiveRecord::Migration.message_count counter before start testing | Akira Matsuda | 2014-08-29 | 1 | -1/+1 |