Project

uhoh

0.0
No commit activity in last 3 years
No release in over 3 years
Uhoh is the gem for show the faliure note of the app..
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 4.0.1.rc4
 Project Readme

uhoh

This gem is compatible in rails4 having sqlite datatbase. With the help of this gem you can see the errors of your app in the better formate. :-)

INSTALLTION

First thing you need to do, is the installation , you can follow the below mentioned steps to install the gem inside your rails application.

gem install uhoh

Add this following line in your Gemfile and then run bundle install.

gem 'uhoh' 

In routes of your application add the line.

mount Uhoh::Engine, at: "/controller_name"

After this run the migration of uhoh in your app.

rake uhoh:install:migrations

And then run migration of your own app.

rake db:migrate

We have used Google library to develop this Gem. So all credit goes to Google. :-)