Really cool gem that allows you to run your pending migrations from the comfort of your browser.
Category: gems
Have you ever needed to provide an “advanced search” to your users?
Working on a project some time ago, and my boss wanted to have an advanced search, where the users could write the search, adding fields, values, like you can do with google, but tailored for our application. In google you can do things like searching for all posts from sobrecodigo.com that have Ruby in the…
rails_db – and easy way to add an SQL interface to your Rails App
Sometimes you just want a Query interface for your app database and in the machine you are working you do not have anything similar to MySQLWorkbench or the uglier pgAdmin for postgres (I prefer the postgres database, but pgAdmin is still really ugly) Or you are completely crazy and want to expose your database in…