helios-technologies / skeleton-rails

A gem to include Skeleton CSS into Rails 3.1
174 stars 45 forks source link

rails install errors #24

Open jamesalexanderdickerson opened 8 years ago

jamesalexanderdickerson commented 8 years ago

Gemfile: gem 'skeleton-rails'

rails g skeleton:install Running via Spring preloader in process 65997 deprecated You need Rails >= 3.1 and/or Assets Pipeline turned on. Please update your Rails app, and comeback soon! rails -v Rails 4.2.5

Gemfile: gem 'skeleton-rails','~> 1.0'

bundle install Fetching gem metadata from https://rubygems.org/........... Fetching version metadata from https://rubygems.org/... Fetching dependency metadata from https://rubygems.org/.. Could not find gem 'skeleton-rails (~> 1.0)' in any of the gem sources listed in your Gemfile or available on this machine.

noglows commented 8 years ago

I am seeing this same issue. I am able to use the gem if I do require it from Github directly but neither of the above work. Any chance of a fix? It is causing deployment issues for me.

This works: gem 'skeleton-rails', github: 'helios-technologies/skeleton-rails'

mod commented 8 years ago

I will attend

On Wed, Mar 2, 2016 at 8:40 PM, Jessica Noglows notifications@github.com wrote:

I am seeing this same issue. I am able to use the gem if I do require it from Github directly but neither of the above work. Any chance of a fix? It is causing deployment issues for me.

This works: gem 'skeleton-rails', github: 'helios-technologies/skeleton-rails'

— Reply to this email directly or view it on GitHub https://github.com/helios-technologies/skeleton-rails/issues/24#issuecomment-191366127 .

fancydaniel commented 8 years ago

Any updates on this? I was hoping to use this on a project.

mod commented 8 years ago

Dmitry can you fix the issues of this project and test it with rails 3 and 4 ?

On Thu, Apr 28, 2016 at 8:36 AM, Daniel Uribe notifications@github.com wrote:

Any updates on this? I was hoping to use this on a project.

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/helios-technologies/skeleton-rails/issues/24#issuecomment-215314757

Truly yours, Louis Bellet Cloudfire Limited 100 Cyberport road Hong Kong

Office: +852 8191 6447 Mobile: +852 6447 5665

dmk commented 8 years ago

@mod I'll try

mathieujobin commented 8 years ago

rails 5 is out

is Skeleton still maintained?

mod commented 8 years ago

I will update thanks

On Sep 18, 2016 6:33 AM, "Mathieu Jobin" notifications@github.com wrote:

rails 5 is out

is Skeleton still maintained?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/helios-technologies/skeleton-rails/issues/24#issuecomment-247824885, or mute the thread https://github.com/notifications/unsubscribe-auth/AAE4g-6JBAH6qf_fqsNI5oMbKef82eL3ks5qrL8rgaJpZM4HCy0s .

mathieujobin commented 8 years ago

great to hear.... skeleton looks like a great front end framework I'd like to base off my next project on it