Sha256: 9e68173f140f0dffea3525f00e6c65f417278f17890bdeb774b4082192d31e4f
Contents?: true
Size: 1.53 KB
Versions: 1
Compression:
Stored size: 1.53 KB
Contents
= RailsInfo Wiki[https://github.com/applicat/rails_info/wiki] Experimental engine for a rails application besides admin and continous integration web interface which extends standard /rails/info (properties through public.html iframe and on Rails 3 Edge / Rails 4 also the routes action) about some extra information resources in development environment. It should be the place for other rake commands besides "rake routes" such as brakeman or best practices. Prepare for sporadic Ruby segmentation faults caused by the Python powered syntax highlighter pygments in the early stages of this project (at least under Ruby 1.9.3 & Rails 3.2.6 on MacOS). There will be a configuration option for deactivating syntax highlighting soon for the time being without a solution for this problem. Tested on MacOS with: Rails 3.1 & Ruby 1.9.2, Rails 3.2.6 & Ruby 1.9.3. <img src="http://img207.imageshack.us/img207/8505/railsinfonavigation001.png"/> == Installation In <b>Rails 3</b>, add this under your development group to the Gemfile of your Rails 3 application and run the +bundle+ command. gem "rails_info" OPTIONAL: users of catch-all-routes like match '*not_found' => 'errors#404' have to add the following line before this catch-all-route: mount_rails_info if Rails.env.development? == Wiki Docs * {Modules}[https://github.com/Applicat/rails_info/wiki/modules] == Contribution Just follow the screencast of Ryan Bates on railscasts.com: http://railscasts.com/episodes/300-contributing-to-open-source == License This project uses MIT-LICENSE.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_info-0.0.2 | README.rdoc |