-
Notifications
You must be signed in to change notification settings - Fork 55
/
CHANGELOG
48 lines (37 loc) · 1.85 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
In Development
0.3.0 (March 14, 2012)
* Updated to work with Rails Asset Pipeline
* Removed Sass recipe as it is now the default in Rails
* Added Pry recipe for IRB Replacement
* Added Fabrication as recommended option for Fixture Replacement
* Removed Remarkable, replaced with mongo
* When Erb is selected as the template framework, layout.html.erb matches Haml & Slim recipes
* Removed custom FactoryGirl generators, using factory_girl_rails
* Adding mongoid-rspec for matchers option when Mongoid & RSpec are selected
* Adding should-matchers for ActiveRecord matchers for RSpec & TestUnit
0.2.1 (February 9, 2011)
* Fixed path-generation not being pluralized in Rails 3.0.4 [tariksin]
0.2.0 (February 6, 2011)
* Added 960 Grid System option to Compass (via guilleiguaran)
* Added shoulda-context option for TestUnit (via guilleiguaran)
* Added CoverMe code coverage recipe for Ruby 1.9 (via guilleiguaran)
* Added RCov code coverage recipe for Ruby 1.8 (via guilleiguaran)
* Mongoid recipe is now using 2.0.0.rc.7
0.1.2 (February 1, 2011)
* Added the Slim template engine (via fredwu)
* Fixed the layout template for Haml
0.1.1 (January 30, 2011)
* rails-templater choices are now agnostic
* Add ActiveRecord as an ORM option
* Add TestUnit as a Testing Framework option
* Add Prototype as a JavaScript Framework option
* Remarkable RSpec matchers are optional and are dependent on the RSpec recipe
* Haml is an optional choice for your View Templates
* Sass is an optional choice for composing Stylesheets
* Compass is now dependent on the Sass recipe
* Compass has three options: core, blueprint semantic, and blueprint basic
* Cucumber is an optional choice for Integration Testing
0.0.2 (January 23, 2011)
* Add a custom generator for FactoryGirl which uses the new 2.0.0 syntax
0.0.1 (January 13, 2011)
* First version