Marko Anastasov wrote this on May 16, 2014
base-app and admin_view work with Rails 4
I just released admin_view 0.3 and tagged base-app at a point where they both work great with the latest Rails 4 (4.1.1 to be precise).
base-app is the Rails application template we use to jumpstart new projects. It includes the full BDD stack set up and a number of helpful gems configured to work out of the box.
admin_view is a small code generator that can create a nice Bootstrap-friendly admin interface for existing Rails models. In our practice we almost always want to be able to access some data from the database with a domain-specific twist. This gem helps us get the data immediately and the flexibility to customize whatever we need.