简体   繁体   中英

Gem after successfully running bundle install not available

In my RoR project I want to use the DataTables Gem:

https://rails-assets.org/#/components/DataTables

I put the Gem with the right Source in my Gem file and run bundle install .

It outputs in green:

Installing rails-assets-datatables 1.10.12

And at the end:

Bundle complete! 66 Gemfile dependencies, 159 gems now installed.

No errors appear.

But when I start run run rails s I get:

Could not find rails-assets-datatables-1.10.12 in any of the sources

Any help?

I am using XOS El Capitan. I heard that this can have something to do with the security settings? I am searching for days now without success.

The gem rails-assets-datatabels doesn't seem to exist. Are you trying to use datatables-rails ? [rubygems]

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM