nesquena / rabl

General ruby templating with json, bson, xml, plist and msgpack support
http://blog.codepath.com/2011/06/27/building-a-platform-api-on-rails/
MIT License
3.64k stars 334 forks source link

Chore/integration tests #751

Open tagliala opened 2 years ago

nesquena commented 2 years ago

@tagliala Let me know when this is ready and I can release a new cut of RABL, thanks so much for working on this

tagliala commented 2 years ago

Hi @nesquena, yes please, if you can release a new version, that will be compatible with Rails 7

If someone will notice issues not covered by specs, we will try to address them with hotfixes

nesquena commented 2 years ago

Hi @nesquena, yes please, if you can release a new version, that will be compatible with Rails 7

If someone will notice issues not covered by specs, we will try to address them with hotfixes

Great, thanks again for helping to maintain RABL 🙏 I released rabl 0.15.0 just now. Ping me if you need anything else

tagliala commented 2 years ago

Great, thanks again for helping to maintain RABL 🙏 I released rabl 0.15.0 just now. Ping me if you need anything else

Thanks!

Will do that.

I have an idea to improve integration tests by automatically generating dummy apps and copy some files instead of having them checked in the repository, but I do not have too much time to invest on Rabl at the moment.

Also, I'm not sure how to deal with Sinatra and Padrino, I wasn't able to run existing specs at the moment. Maybe I can work on a rails specific workflow