Davide D'Agostino
f8769400b6
Update Rakefile to use latest rspec.
2011-05-16 10:50:22 +02:00
Sam Lown
24329d1f9c
Adding Gemfile for development
2011-01-17 15:42:05 +01:00
Marcos Tapajós
b0b9add34d
Using bundler
2011-01-16 22:43:07 -02:00
Matt Parker
35286379ce
add the VERSION file to the gem
2011-01-16 13:58:21 -05:00
Matt Parker
3fb14782a2
Updated Rakefile to make it possible to cleanly install the gem with jeweler's "rake install":
...
-- rspec 2.0.0 or greater now required (no one should be using the beta release anymore)
-- activemodel and railties ~> 3.0.0 (no one should be using the beta releases anymore)
-- remove 'require "couchrest_model"' dependency:
-- version now read from jeweler default VERSION file.
-- removing this requirement allows you to now run "rake install",
to actually test out if the gem installs cleanly locally before
doing any kind of push.
2011-01-16 13:30:43 -05:00
Sam Lown
d0ed97ed8b
Renaming Attribute Protection and solving problem modifying the provided hash to the #attributes= method
2010-10-22 15:39:12 +02:00
Sam Lown
c32992c21b
Merge branch 'master' of git://github.com/tapajos/couchrest_model
...
Conflicts:
Rakefile
couchrest_model.gemspec
history.txt
lib/couchrest_model.rb
spec/couchrest/attribute_protection_spec.rb
2010-08-24 11:45:37 +02:00
Marcos Tapajós
bb667459a8
Adding model generator
2010-08-23 20:29:34 -03:00
Will Leinweber
089dd7497a
Switch >= gem dependencies to ~> as per http://bit.ly/9D3Nan
...
Signed-off-by: Marcos Tapajós <tapajos@gmail.com>
2010-08-23 20:03:01 -03:00
Sam Lown
263773b3d8
Changing version dependencies as per will's previous commit and
...
suggestions here: http://bit.ly/9D3Nan
2010-08-23 13:49:23 +02:00
Sam Lown
51918548b1
Finalizing move to rspec 2.0.0 (rake wasn't working)
2010-08-18 20:00:03 +02:00
Sam Lown
dad386d8c9
Fixing time parsing issue for times without zone
2010-08-18 19:36:01 +02:00
Sam Lown
ee31946e07
Merge branch 'master' of github.com:couchrest/couchrest_model into improve_associations
2010-08-11 17:36:02 +02:00
Sam Lown
dfd9dd0e73
Updating readme and using stable couchrest 1.0.0 for base
2010-08-11 17:35:15 +02:00
Marcos Tapajós
9466f67329
It isn't util
2010-08-03 23:11:35 -03:00
Marcos Tapajós
23451ede86
Adding Sam and Will to Thanks.md
2010-07-28 21:39:10 -03:00
Marcos Tapajós
cdf6fcaa49
fix all gem requires
2010-07-01 22:39:54 -03:00
Sam Lown
c280b3a29b
Renaming to CouchRest Model
...
Refactored basic directory structure.
Moved to ActiveSupport for Validations and Callbacks.
Cleaned up older code, and removed support for text property types.
2010-06-20 22:01:11 +02:00
Sam Lown
928e832d3a
Doc and lib control alterations
2010-06-16 12:40:00 +02:00
Sam Lown
b5d38e3ebd
Updating versions for beta release
2010-06-11 02:02:22 +02:00
Sam Lown
11a56e6f48
Moving initial loading parts
2010-05-11 15:37:50 +02:00
Sam Lown
bd481151d9
Removing monkeypatches to avoid conflict with CouchRest
2010-05-10 22:28:19 +02:00
Sam Lown
3894579304
Moving to own repo without the base couchrest
2010-05-10 21:19:24 +02:00
Marcos Tapajós
e5cf39f809
bumped the version number to 0.37
2010-03-30 21:25:37 -03:00
Will Leinweber
6eed876784
update history, and add will to authors
2010-03-15 19:12:38 -05:00
Marcos Tapajós
581f3b748c
removing github tasks(gem tasks)
2010-01-14 09:56:28 -02:00
Marcos Tapajós
096a468381
change to use Jeweler and Gemcutter
2010-01-13 21:33:23 -02:00
Marcos Tapajós
64ab53414a
fix repository url
2010-01-13 21:25:17 -02:00
Chris Anderson
db4afcac14
color specs
2009-08-06 12:57:47 -07:00
Matt Aimonetti
bd1b114930
bumped version to 0.30 and added history.txt + pagination doc in the readme
2009-07-08 11:54:06 -07:00
Matt Aimonetti
a4e6713aeb
removed the json dependency so everything can work fine with ruby1.9/jruby/macruby etc.. version bumped
2009-05-13 23:20:05 -07:00
Adam Jacob
c3e34fc989
Adding a Gem Package rake (rake package) task, along with rake install (to install the gem after building)
2009-03-27 11:52:04 -07:00
Matt Aimonetti
3a57ed1414
fixed a bug with the RestClient optimization, added more callbacks on the ExtendedDocument and added support for casted arrays of objects.
2009-02-12 20:28:07 -08:00
Chris Anderson
3e0594e534
drop couchdir binary
2009-01-19 16:13:03 -08:00
Chris Anderson
a449ace490
dropped explicit extlib dependency
2009-01-19 16:07:35 -08:00
Chris Anderson
a4144af72d
fixup json time format
2009-01-13 20:08:58 -08:00
Matt Lyon
cceb5814a6
trying to get gemspec building on github
2009-01-13 13:18:18 -08:00
Chris Anderson
b632b0fdf0
version 0.12.1
2009-01-12 21:33:12 -08:00
Chris Anderson
48d3a463e5
more gemspec work
2009-01-12 21:14:35 -08:00
Chris Anderson
de3ae6b36d
thanks file
2009-01-12 20:40:06 -08:00
Chris Anderson
245f525902
removed couchapp from couchrest gem
2009-01-08 23:13:44 -08:00
Chris Anderson
4a5863b103
removed couchapp from couchrest gem
2009-01-08 23:12:49 -08:00
Chris Anderson
c153b8529b
update gemspec
2009-01-08 22:22:34 -08:00
Chris Anderson
5d45b8b91b
move tmp dir for specs;
2009-01-08 22:18:06 -08:00
Chris Anderson
c435aa0932
remove couchview
2009-01-01 22:54:41 -08:00
Chris Anderson
3da20217fd
rev the gem version
2008-11-22 16:30:36 -08:00
Chris Anderson
555764bbe8
updated the gem version to 0.10
2008-11-22 14:16:44 -08:00
Chris Anderson
4866018100
extlib only in model
2008-10-29 12:30:09 -07:00
Chris Anderson
a3811320e5
really fixed the gemspec
2008-10-29 12:01:38 -07:00
Chris Anderson
98e97148ea
fix gemspec
2008-10-29 11:46:57 -07:00