Hacker News new | ask | show | jobs
by sergiotapia 4374 days ago
This is really interesting! I created a simple app to CRUD Cities and Countries and it works as you expect it to. Code is also what I would have written given the simple spec.

Uses the latest Rails and clean code generation. Well done!

If you're curious see here: https://github.com/sergiotapia/prelangtest

I'll use to launch my next project because Facebook+Email authentication is a pain in the ass to implement.