|
1 | | -### 2.6.0.rc6 / 2011-05-06 |
| 1 | +### 2.6.0 / 2011-05-12 |
2 | 2 |
|
3 | | -[full changelog](http://github.com/rspec/rspec-rails/compare/v2.6.0.rc4...v2.6.0.rc6) |
4 | | - |
5 | | -* Bug fixes |
6 | | - * Fix load order issue w/ Capybara (oleg dashevskii) |
7 | | - * Fix monkey patches that broke due to internal changes in rails-3.1.0.beta1 |
8 | | - |
9 | | -### 2.6.0.rc4 / 2011-05-01 |
10 | | - |
11 | | -[full changelog](http://github.com/rspec/rspec-rails/compare/v2.6.0.rc2...v2.6.0.rc4) |
| 3 | +[full changelog](http://github.com/rspec/rspec-rails/compare/v2.5.0...v2.6.0) |
12 | 4 |
|
13 | 5 | * Enhancements |
| 6 | + * rails 3 shortcuts for routing specs (Joe Fiorini) |
| 7 | + * support nested resources in generators (Tim McEwan) |
| 8 | + * require 'rspec/rails/mocks' to use `mock_model` without requiring the whole |
| 9 | + rails framework |
14 | 10 | * Update the controller spec generated by the rails scaffold generator: |
15 | 11 | * Add documentation to the generated spec |
16 | 12 | * Use `any_instance` to avoid stubbing finders |
|
19 | 15 | * Decorate paths passed to `[append|prepend]_view_paths` with empty templates |
20 | 16 | unless rendering views. (Mark Turner) |
21 | 17 |
|
22 | | -### 2.6.0.rc2 / 2011-04-18 |
23 | | - |
24 | | -[full changelog](http://github.com/rspec/rspec-rails/compare/v2.5.0...v2.6.0.rc2) |
25 | | - |
26 | | -* Enhancments |
27 | | - * rails 3 shortcuts for routing specs (Joe Fiorini) |
28 | | - * support nested resources in generators (Tim McEwan) |
29 | | - * require 'rspec/rails/mocks' to use `mock_model` without requiring the whole |
30 | | - rails framework |
31 | | - |
32 | 18 | * Bug fixes |
33 | 19 | * fix typo in "rake spec:statsetup" (Curtis Schofield) |
34 | 20 | * expose named routes in anonymous controller specs (Andy Lindeman) |
35 | 21 | * error when generating namespaced scaffold resources (Andy Lindeman) |
| 22 | + * Fix load order issue w/ Capybara (oleg dashevskii) |
| 23 | + * Fix monkey patches that broke due to internal changes in rails-3.1.0.beta1 |
36 | 24 |
|
37 | 25 | ### 2.5.0 / 2011-02-05 |
38 | 26 |
|
|
0 commit comments