Project

varvara

0.0
No commit activity in last 3 years
No release in over 3 years
Displays your routes, classes, modules and thier methods & variables. Provides full stack of hierarcy, dependencies, associations and configurations of your project.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0.4.0
>= 0
~> 2.1.0
>= 0

Runtime

>= 3.2
 Project Readme

Varvara v1.0.2 Code Climate

Displays your routes, controllers, models, their columns associations and their methods & variables. Provides full stack of hierarchy, dependencies, associations of your project.

Routes: Models: Controllors:

Installation

Add this line to your application's Gemfile:

group :development do
	gem 'varvara'
end	

And then execute:

$ bundle

Or install it yourself as:

$ gem install varvara

Usage

For current version visit localhost:3000/varvara in your app and see full stack of hierarchy, dependencies, associations, routes, controllers, models and configurations of your project.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

What to do?

  1. Add some stylings and improve the view of pages (add some javascript for models as erd of akira matsuda https://github.com/amatsuda/erd )
  2. Add hierarchy of controllers.
  3. maybe: Live rails console as in gem 'better_errors'
  4. Add displaying some configurations.
  5. Add ui possibillity to generate models, controllers, scaffolds.
  6. have fun)