code master oop ruby jruby java jee jse desktop web gui glimmer swt libui tk gtk rails... (more…)
Read more »
We have all been there when you see your controller action getting way too long and hold too much business logic. You know you need to email the user, adjust an account, maybe submit to Stripe and…...
Read more »
Authorization is something that you will run into in many scenarios as you build Ruby on Rails apps. There are a lot of gems like Pundit… (more…)
Read more »
Answer (1 of 3): Rails can be a very good platform for a React app. React apps generally interact with a server using RESTful requests with JSON bodies. A Rails app can be rapidly developed to support those requests. So the bootstrapping time for a new ap... (more…)
Read more »