Commit Graph

12 Commits

Author SHA1 Message Date
Daniel Colson c8b1a2c907
Run travis against Rails master (#1388)
This will allow us to address any deprecations and incompatibilities
before new versions of Rails are released, making it easier for folks to
upgrade their applications.

I am ignoring the gemfile.lock here because I want CI to always run
against the latest master, not a specific commit.

I am allowing failures on Travis because I don't want these failures to
block people's PRs (like what we do with ruby-head).
2020-04-29 19:09:11 -04:00
Christian Bruckmayer 5b0257363c Add rubocop
to run rubocop locally and not to wait for HoundCI to bark at us.

The version is locked to 0.54 because this is the version HoundCI is using.
Using a newer version will not work as config changed from 0.54 to currently 0.59
and rubocop would complain with the old configuration.

thoughtbot uses the .rubocop.yml in thoughtbot/guides
as the orginizational config on Hound, so we inherit
from it so we can use the same config locally.

Fix #1195.
2018-09-18 22:58:56 -04:00
Avielle c716ce01b4 Replace 'girl' with 'bot' everywhere (#1051)
Also: add a deprecation warning to factory_girl, asking users to switch to
factory_bot

https://github.com/thoughtbot/factory_girl/issues/921
2017-10-20 15:20:28 -04:00
Joshua Clayton 7273ba2d39 Ignore bin dir from bundler 2012-03-09 10:38:38 -05:00
Joshua Clayton 8ef79aad33 Ignore tmp dir 2011-07-22 11:09:28 -04:00
Joshua Clayton 2f053fdbcb Ignore .bundle directory 2011-06-27 18:02:04 -04:00
Joe Ferris a7828ffff1 Switch to yard 2011-02-07 17:48:00 -05:00
Josh Nichols 8ccf44fbd1 Added rcov to the mix. 2008-11-28 14:48:13 -05:00
Joe Ferris 428c0b537d Added generated documentation to gitignore 2008-08-20 10:19:10 -04:00
Joe Ferris 51ef8f90da Ignoring generated gem files 2008-06-23 18:16:29 -04:00
Joe Ferris 8e63972e6b Added a schema to test with 2008-05-28 18:28:02 -04:00
Joe Ferris 00479742db Ignoring Vim swap files 2008-05-28 18:20:38 -04:00