No commit activity in last 3 years
No release in over 3 years
Gem for debugging Rails in Github's Atom Editor
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.11
~> 10.0
~> 3.0
 Project Readme

AtomRailsDebugger

atom_rails_debugger allows you to debug Rails applications from inside Atom.

Installation

Add this line to your application's Gemfile:

gem 'byebug'
gem 'atom_rails_debugger'

And then execute:

$ bundle

Then include byebug core at the top of your application_controller.rb:

require 'byebug/core'

Finally, you need to include the gem in your ApplicationController. Place this line at the top of your ApplicationController class:

include AtomRailsDebugger

Troubleshooting

If you have any problems, please ensure that you have the latest version of byebug installed. If you have any problems then try checking out master

gem 'byebug, github: 'deivid-rodriguez/byebug'

Usage

Checkout the Atom plugin!

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/atom_rails_debugger.

License

The gem is available as open source under the terms of the MIT License.