1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot_rails.git synced 2022-11-09 11:49:18 -05:00
Commit graph

22 commits

Author SHA1 Message Date
Alexander Miller
4a7afc4cf5
Updates ReadMe to recommend environments for gem
Recommends adding to `factory_girl_rails` to both your `:test` and `:development` groups so generators will work in development. As per issue #88 https://github.com/thoughtbot/factory_girl_rails/issues/88
2016-07-18 09:08:16 -04:00
Sourav Moitra
4044827e2d link to confguring the test suite 2016-06-16 07:29:40 -04:00
Shinya Kitamura
282b293d3f Add $ to command line instruction 2016-06-16 07:21:15 -04:00
Waldyr de Souza
c66d2e58f1 Update Readme.md
- Correct the year range on footer
- Add link to LICENSE
2016-04-08 11:02:28 -04:00
Jessie A. Young
8c8c564578 Remove unnecessary --fixture-replacement in spec
* FG automatically configures FG as fixture replacement
2014-08-07 16:15:39 -07:00
Jessie A. Young
da421ce31d Do not generate new file if factories.rb exists
* Instead, insert factory into `factories.rb`
* Reference: https://github.com/thoughtbot/suspenders/pull/339
* Add info on change to README
2014-08-07 13:15:52 -07:00
Jessie A. Young
5469406f22 Add correct link to CONTRIBUTING.md
* Plain text rendered as `[CONTRIBUTING.md]().` which lead to
  https://github.com/thoughtbot/factory_girl_rails/blob/master (404)
2014-08-07 10:15:36 -07:00
Joshua Clayton
4496e5262c Update readme 2014-07-25 16:26:52 -04:00
Dan Croak
00cb2eabb1 Test against Rails 3.2, 4.0, 4.1
* Remove gemfiles from version control to match same testing style as
  Clearance and Suspenders.
* MiniTest does not need to be manually included as it is automatically
  included by Rails by default.
* Add spring for Rails 4.1.
* Disable Spring to get specs to pass on Rails 4.1.
* Add therubyrhino for JRuby.
* Remove old references to Rails 3.
* Fix JRuby test where output is "1 runs", not "1 tests".
* Remove Rails 3.0 reference to "turn".
2014-05-27 00:41:24 -07:00
Tobias Preuss
e206e73698 Enable syntax highlighting for code snippets. 2014-04-16 12:33:02 +02:00
Antony Siegert
3178af5ef5 small typo correction line 35
line 35
If you want disable this feature,

changed to:
If you want to disable this feature,
2014-01-12 23:09:00 -05:00
Iazel
8021fb5b1c Update README.md
Add how-to disable factories generator and how-to change default directory.
`:suffix` option is moved to `generators.factory_girl`

Closes #92
2013-04-05 11:18:42 -04:00
Joshua Clayton
2ab0ea4141 Improve documentation around the fixture_replacement generator 2013-02-08 15:27:10 -05:00
Matt Jankowski
3538071421 Extend copyright year through 2013 2013-01-04 11:14:31 -05:00
Gabe Berke-Williams
8d079d2c7c Add Travis CI status to README 2012-12-07 10:42:17 -05:00
Eric Hu
e85aa34ace Add suffix option for Rails config
Closes #78
2012-12-07 10:40:51 -05:00
Adarsh Pandit
fb7658267d Update copyright years in README.md and LICENSE 2012-09-14 11:57:41 -07:00
Gabe Berke-Williams
cec108dbeb Edited README.md via GitHub 2011-07-28 10:58:18 -03:00
Gabe Berke-Williams
811fd04422 Edited README.md via GitHub 2011-07-28 10:54:55 -03:00
Gabe Berke-Williams
b3f8ac8183 Typos and formatting 2011-07-28 10:46:06 -03:00
Mike Burns
19bf281872 Add a document describing how to contribute. 2011-07-22 17:15:01 -04:00
Chad Pytel
8a421148bf convert readme to markdown and add license and credits 2011-01-19 13:27:57 -05:00
Renamed from README.rdoc (Browse further)