apotonick / disposable

Decorators on top of your ORM layer.
MIT License
171 stars 39 forks source link

this commit adds new setter module allowing for declarative approach … #11

Closed johndagostino closed 7 years ago

johndagostino commented 9 years ago

…to defining custom setters for properties

johndagostino commented 9 years ago

@apotonick build fails on proc syntax on ruby 1.9.3 in test

JuanitoFatas commented 9 years ago

@apotonick build fails on proc syntax on ruby 1.9.3 in test

Remove space between -> and ( should work.

See: https://github.com/rails/rails/pull/15049

johndagostino commented 9 years ago

@JuanitoFatas great thanks!. @apotonick build fixed.

apotonick commented 9 years ago

Looks fantastic (both you and the PR)! :heart:

apotonick commented 9 years ago

@JuanitoFatas Cool, I totally didn't know about the ->() issue, thanks!!! :beer:

BTW, is Rails Pacific happ'ning this year?

JuanitoFatas commented 9 years ago

@JuanitoFatas Cool, I totally didn't know about the ->() issue, thanks!!!

:blush:

BTW, is Rails Pacific happ'ning this year?

I hope! because it is the only way for me to see you :wink:

/cc @xdite

apotonick commented 8 years ago

Why did we need this, again? :blush:

johndagostino commented 8 years ago

@apotonick i don't remember.

johndagostino commented 8 years ago

@apotonick calculated defaults in reform?