Joiey Seeley
92c9175574
Added tags file to gitignore. This is the index file created by ctags
...
which is used by some text editors and is developer environment
specific.
Added the option to use :if syntax as syntactic sugar for guard.
Added the option to use :unless syntax which essentially behaves
as a negated guard.
Added a couple of tests for the :unless syntax since the logic was
slightly different.
Noticed a couple of tests were just returning true/false at
the end rather than checking for expectations. Fixed a couple
of those; still some remaining.
Changed AASM#perform method to allowed?
2014-11-08 00:44:24 -06:00
Thorsten Böttger
ddd84a2b99
do not version-control bundler log files
2014-06-14 22:07:15 +02:00
Thorsten Böttger
314227285d
ignore personal rspec configurations
2014-03-01 15:30:32 +01:00
Thorsten Böttger
d0afc5f7c2
versions and gemsets are ignored completely now; play around with whatever you like
2014-01-11 12:03:40 +01:00
Peter M. Goldstein
440b21e9a3
Add Rails 4.1.0.beta1. Get Rubinius build running. Enable supported configurations for Rubinius and JRuby.
2013-12-26 19:29:54 -08:00
Thorsten Böttger
9470f53b2e
let's ignore my temp files
2013-02-22 22:32:17 +13:00
Thorsten Böttger
04a71b89d7
ignoring rvmrc files
2011-10-15 15:45:41 +02:00
Thorsten Böttger
c097421e9b
ignoring local todo files
2011-09-07 14:35:35 +02:00
Thorsten Böttger
cf18161abc
using real database connections for testing to reduce dependency on Rails version (previously mocked away ActiveRecord connection, which is not used in Rails 3.1 anymore)
2011-08-31 23:49:09 +02:00
Konstantin Shabanov
471b98f147
add Gemfile.lock to .gitignore
2011-01-13 13:56:06 +06:00
Travis Tilley
b39a71a8b7
dont ignore gemspec files any more
2010-01-17 01:33:15 -05:00
Travis Tilley
dc002d4684
cleanup, some refactoring, additional tests (one modeled after a common use of AASM, from restful authentication), fire callbacks on entering initial state, whitespace
2009-10-19 14:38:59 -04:00
Travis Tilley
da3c44d367
ignore gemspec files
2009-10-14 23:09:54 -04:00
Travis Tilley
dc068014af
cleanup, move to jeweler, nuke gemspec
2009-10-14 23:07:46 -04:00
Scott Petersen
6685c773ca
Added vim swapfiles to .gitignore
2009-02-26 13:53:43 -06:00
Eric Lindvall
bf8ed18ed2
Fixing version number in README.rdoc.
2008-07-09 16:42:04 -07:00
Scott Barron
270d9e1244
add coverage output to gitignore
2008-05-29 13:28:06 -07:00
Jeff Dean
cb6bd4f534
* Specs and bug fixes for the ActiveRecordPersistence, keeping persistence columns in sync
...
Allowing for nil values in states for active record
New non-(!) methods that allow for firing events without persisting [Jeff Dean]
2008-04-29 01:27:56 -04:00