faustinoaq changed the topic of #amber to: Welcome to Amber Framework community! | https://amberframework.org | Developer happiness, productivity and bare metal performance | GH: https://github.com/amberframework | Docs: https://docs.amberframework.org | Gitter: https://gitter.im/amberframework/amber | IRC Logger: https://irclog.whitequark.org/amber | Amber::Server.start
<FromGitter> <nik736> @drujensen thanks. Are there any libraries yet that help with pagination or something similar to the rails gem "active_model_serializers"? Thanks again
<FromGitter> <bweave> @nik736 Check out the results here http://crystalshards.xyz/?filter=serialize and http://crystalshards.xyz/?filter=jbuilder 😃
<FromGitter> <drujensen> @nik736 Granite has support for `to_json` and `from_json`
<FromGitter> <drujensen> ```code paste, see link``` [https://gitter.im/amberframework/amber?at=5e778816dca65f4b20e3a830]
<FromGitter> <drujensen> If you want more control, @bweave search results have some nice shards. Also, You can create serializers fairly easily yourself. I put mine in `src/serializers` directory.
<FromGitter> <drujensen> if your looking for `icr`, http://crystalshards.xyz/?filter=icr :-)
<FromGitter> <drujensen> Just be aware icr will compile and re-run all the commands entered.
<FromGitter> <drujensen> There is a special command reset to clear the buffer