| Commit message (Expand) | Author | Age | Files | Lines |
* | update AD::Journey to follow Rails coding conventions | Francesco Rodriguez | 2012-12-20 | 1 | -1/+1 |
* | Integrate Journey into Action Dispatch | Andrew White | 2012-12-19 | 1 | -1/+7 |
* | Add test directory to TestTask's libs | Santiago Pastorino | 2012-05-11 | 1 | -0/+1 |
* | Rakefile executable attributes and shebang lines has been removed | Roman V. Babenko | 2012-05-02 | 1 | -1/+0 |
* | Verbose output for tests. | Arun Agrawal | 2012-02-03 | 1 | -0/+1 |
* | No verbose the output for tests. | Arun Agrawal | 2012-02-01 | 1 | -1/+0 |
* | Use block form of 'File.open' so that File object is auto closed at end | Nathan Broadbent | 2012-01-30 | 1 | -7/+7 |
* | Replaced all 'for' loops with Enumerable#each | Nathan Broadbent | 2012-01-30 | 1 | -1/+1 |
* | test response assertions | Aaron Patterson | 2012-01-06 | 1 | -1/+1 |
* | Add rake test:template. | Nick Sutterer | 2011-09-22 | 1 | -0/+5 |
* | fixes Rake::GemPackageTask deprecation warnings from rake 0.9.0 | Vijay Dev | 2011-05-24 | 1 | -2/+2 |
* | Rakefiles are executables, and rake loads rake, not rakefile code | raggi | 2010-11-25 | 1 | -1/+1 |
* | Enable warnings now that they can be readed. | Emilio Tagua | 2010-09-28 | 1 | -1/+1 |
* | argument error is done for us | Aaron Patterson | 2010-09-18 | 1 | -1/+2 |
* | deletes the rdoc task of each component, they are no longer published separately | Xavier Noria | 2010-08-20 | 1 | -21/+0 |
* | Bump up rdoc to 2.5.10 | Santiago Pastorino | 2010-08-18 | 1 | -1/+1 |
* | update Rakefiles for RDoc 2.5 | Aaron Patterson | 2010-07-23 | 1 | -4/+4 |
* | Makes Rakefile activate rdoc >= 2.5.9 | Santiago Pastorino | 2010-07-23 | 1 | -2/+2 |
* | Add .rdoc extension to README files. | José Valim | 2010-07-21 | 1 | -1/+1 |
* | use RDoc 2.2 to generate the documentation of individual components | Xavier Noria | 2010-06-16 | 1 | -1/+2 |
* | Take out stale tasks from Actionpack's Rakefile [#4619 state:resolved] | Rizwan Reza | 2010-05-16 | 1 | -19/+0 |
* | Leverage VERSION constants from gemspecs to avoid tedious updates when releasing | Bryan Helmkamp | 2010-03-02 | 1 | -1/+0 |
* | Remove cruft in the gem packaging and release code | Bryan Helmkamp | 2010-03-01 | 1 | -30/+1 |
* | Submarine the rake-gemcutter dep in Rakefiles | Jeremy Kemper | 2010-02-05 | 1 | -4/+5 |
* | Fix task defines | Jeremy Kemper | 2010-02-04 | 1 | -1/+1 |
* | Release using gemcutter gem:push tasks | Jeremy Kemper | 2010-02-04 | 1 | -0/+6 |
* | Hush AP test suite | Joshua Peek | 2009-12-14 | 1 | -2/+0 |
* | We won't be publishing tars and zips anymore | Joshua Peek | 2009-10-16 | 1 | -7/+5 |
* | Kill rake bundle | Jeremy Kemper | 2009-10-15 | 1 | -10/+0 |
* | Move improved isolated test runner to AP | Joshua Peek | 2009-10-03 | 1 | -6/+5 |
* | File extra test folders into controller, dispatch, or template | Joshua Peek | 2009-10-03 | 1 | -1/+1 |
* | Ported the new ActionView::TestCase from 2-3-stable to master [#3260 | Erik Ostrom | 2009-09-28 | 1 | -1/+1 |
* | Make gemspecs the authoritative source instead of generating them from the Ra... | Joshua Peek | 2009-09-25 | 1 | -38/+2 |
* | Bump rack-test required version to 0.5 | Joshua Peek | 2009-09-22 | 1 | -1/+1 |
* | All tests should be ran under isolated_test too | Joshua Peek | 2009-09-19 | 1 | -5/+5 |
* | Merge "test_new_base" runner into standard "test_action_pack" | Joshua Peek | 2009-09-19 | 1 | -9/+2 |
* | Follow short name convention for test folder and just call it "abstract" | Joshua Peek | 2009-09-19 | 1 | -1/+1 |
* | Merge abstract_controller/test_helper and new_base/test_helper since they are... | Joshua Peek | 2009-09-13 | 1 | -27/+4 |
* | Don't force test suite to use bundler | Joshua Peek | 2009-09-13 | 1 | -1/+1 |
* | Get ActionPack's test running on bundled gems. This should make running tests... | Yehuda Katz | 2009-09-12 | 1 | -1/+11 |
* | Add required dependencies on activemodel | Carl Lerche | 2009-09-01 | 1 | -0/+1 |
* | Add rake gemspec and gemspecs to the repo | Yehuda Katz | 2009-08-31 | 1 | -0/+6 |
* | Restore rack gem dependency | Joshua Peek | 2009-08-31 | 1 | -1/+2 |
* | Switch over to rack-test gem | Joshua Peek | 2009-08-31 | 1 | -0/+1 |
* | Bump up the version to 3.0.pre | Carl Lerche | 2009-06-30 | 1 | -1/+1 |
* | Keep ActionMailer using the old layouts code until it gets refactored. | Yehuda Katz + Carl Lerche | 2009-06-15 | 1 | -1/+1 |
* | Adding "test" to the lib directory when running action pack tests on new base | Yehuda Katz + Carl Lerche | 2009-06-10 | 1 | -1/+3 |
* | Remove duplicate | Yehuda Katz + Carl Lerche | 2009-06-08 | 1 | -7/+0 |
* | ActionPack components should no longer have undeclared dependencies. | Yehuda Katz + Carl Lerche | 2009-06-08 | 1 | -0/+8 |
* | Get all template tests passing on new base | Carl Lerche | 2009-05-26 | 1 | -2/+1 |