You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rails g milia:install --org_email='do-not-reply@example.com'
I get the error.
Running via Spring preloader in process 29435
Could not find generator 'milia:install'. Maybe you meant 'devise:install', 'migration' or 'mailer'
Run rails generate --help for more options.
Using milia 0.3.30 & Using spring 1.7.2
here is my GemFile.
source 'https://rubygems.org'
gem 'rails', '4.2.5'
gem 'pg', '~> 0.15'
gem 'sass-rails', '~> 5.0'
gem 'devise'
gem 'milia'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.1.0'
gem 'jquery-rails'
gem 'jbuilder', '~> 2.0'
gem 'sdoc', '~> 0.4.0', group: :doc
group :development, :test do
gem 'byebug'
end
group :development do
gem 'web-console', '~> 2.0'
gem 'spring'
end