First, add pry-rails to your Gemfile:
https://github.com/rweng/pry-rails
gem 'pry-rails', group: :development
Then you'll want to rebuild your Docker container to install the gems
export const messages = { | |
allDay: 'Todo el día', | |
previous: '<', | |
next: '>', | |
today: 'Hoy', | |
month: 'Mes', | |
week: 'Semana', | |
day: 'Día', | |
agenda: 'Agenda', | |
date: 'Fecha', |
First, add pry-rails to your Gemfile:
https://github.com/rweng/pry-rails
gem 'pry-rails', group: :development
Then you'll want to rebuild your Docker container to install the gems
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000