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
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
The text was updated successfully, but these errors were encountered:
After a long afternoon of googling, I kept seeing the version of rails come up a lot ( at first using rails 4 ), I figured I would start from scratch with the newest version of Rails (at the time Rails 5.1).
I ran into the same problem. I decided to go with Rails 5.0 (not 5.1) and everything seemed to go smoothly. I know it's not much of a fix for your particular scenario but just sharing what got me going.
Additionally, if you do get things going but run into an issue in regards to "authenticating tenant", make sure to add before_action :authenticate_tenant! in application_controller.rb before the protect_from_frogery line.
I remember running into this issue as well and that fixing it.
rails g milia:install --org_email='[email protected]'
/var/lib/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `require': cannot load such file -- /var/lib/gems/2.5.0/gems/milia-1.3.1/lib/milia/password_generator (LoadError) i got this error please help m e
when I use command
I get the error.
Using milia 0.3.30 & Using spring 1.7.2
here is my GemFile.
The text was updated successfully, but these errors were encountered: