Project

rakeleak

0.0
No release in over 3 years
Low commit activity in last 3 years
Rakeleak is a Rails engine that helps you run any Rake task from browser
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 3.2
>= 0
 Project Readme

Rakeleak Build Status Gem Version Code Climate

Helps you search & run your Rake tasks from Rails (3.2+) application. It:

  • Shows all the available Rake tasks;
  • Allows you to search by task name and description;
  • And run any task you want;
  • Shows the task output if any;
  • Shows the error message and even stacktrace if the task was failed.

Getting Started

Rakeleak works only with Rails 3.2 and higher. You can add it to the development group in your Gemfile like this:

group :development do
  gem 'rakeleak'
end

Run bundle install to install it. Then mount it adding the following to your application's config/routes.rb:

mount Rakeleak::Engine, at: "/rakeleak"

In Action

Just go to http://localhost:3000/rakeleak/tasks.

This is how it feels in action: Rakeleak in Action

License

MIT License.