Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restore mistakenly removed malformed file fixtures | Łukasz Strzałkowski | 2013-06-20 | 5 | -0/+5 |
| | |||||
* | Rename AP to AV in info about running tests | Łukasz Strzałkowski | 2013-06-20 | 1 | -2/+2 |
| | |||||
* | Bump up version, fix module name | Łukasz Strzałkowski | 2013-06-20 | 1 | -4/+4 |
| | |||||
* | Adjust changelog for AV & AP | Łukasz Strzałkowski | 2013-06-20 | 1 | -1/+42 |
| | |||||
* | Remove heading from AV's CHANGELOG | Łukasz Strzałkowski | 2013-06-20 | 1 | -2/+0 |
| | |||||
* | Fix isolated tests on AV | Łukasz Strzałkowski | 2013-06-20 | 1 | -3/+5 |
| | |||||
* | Remove require to AP stuff that left | Łukasz Strzałkowski | 2013-06-20 | 2 | -2/+0 |
| | |||||
* | Fix digestor tests | Łukasz Strzałkowski | 2013-06-20 | 1 | -1/+2 |
| | |||||
* | Copy company test fixture to AV (fixes failing test) | Łukasz Strzałkowski | 2013-06-20 | 1 | -0/+9 |
| | |||||
* | Remove unneeded test fixtures in AV | Piotr Sarnacki | 2013-06-20 | 129 | -277/+0 |
| | |||||
* | Add actionpack as actionview's development dependency | Piotr Sarnacki | 2013-06-20 | 1 | -0/+2 |
| | | | | ActionView still relies on ActionPack in some of the tests. | ||||
* | Remove unneeded files | Piotr Sarnacki | 2013-06-20 | 5 | -38/+0 |
| | |||||
* | Move template tests from actionpack to actionview | Piotr Sarnacki | 2013-06-20 | 350 | -0/+17720 |
| | |||||
* | ActionView version should be 4.1.0 | Piotr Sarnacki | 2013-06-20 | 1 | -1/+1 |
| | |||||
* | Move actionpack/lib/action_view* into actionview/lib | Piotr Sarnacki | 2013-06-20 | 96 | -2/+14624 |
| | |||||
* | Add bare actionview gem to the root directory | Piotr Sarnacki | 2013-06-20 | 7 | -0/+144 |
This commit creates structure for Action View gem and is first of a series of commits extracting Action View from Action Pack. |