salesking / json_schema_tools

Tools for building and handling a JSON Schema powered API's
27 stars 9 forks source link

Lock to Rails 3 #1

Closed anicholson closed 11 years ago

anicholson commented 11 years ago

Running rake when Rails 4 betas are installed on the local system causes the tests to fail because the codebase isn't 4-compliant. Lock the versions to Rails 3 until it's ready :)

EDIT

Urgh, looks like commits leaked from something else :( I'll re-issue...

anicholson commented 11 years ago

https://gist.github.com/anicholson/5864974

^ This is the output I get...

schorsch commented 11 years ago

great finding, thanks. I'll open a new ticket to fix EachValidator