Git Product home page Git Product logo

Comments (20)

lukerollans avatar lukerollans commented on June 9, 2024

My Gemfile

please forgive the messiness, such as multiple instances of postgres, I haven't cleaned it up yet

source 'https://rubygems.org'

gem 'rails', '4.2.0'
gem 'sass-rails'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.1.0'
gem 'jquery-rails'
gem 'turbolinks'
gem 'jbuilder', '~> 2.0'
gem 'sdoc', '~> 0.4.0', group: :doc
gem 'bourbon'
gem 'neat'
gem 'mandrill_mailer'
gem 'acts_as_list'
gem 'nprogress-rails'
gem 'validate_url'
gem 'pin_payment', :git => "https://github.com/thefrontiergroup/pin_payment.git", :ref => "feature/fix_issue_in_bank_account"
gem 'bcrypt', '~> 3.1.7'
gem 'kaminari'
gem "simple_calendar", '~> 1.1.10'
gem "tzinfo-data"
gem "greensock-rails"
gem "jquery-ui-rails"
gem "paperclip"
gem 'aws-sdk', '< 2.0'
gem 'activeadmin', github: 'activeadmin'
gem 'devise'
gem 'whenever'
gem 'icalendar'
gem 'rich'

group :production do
  gem 'pg'
  gem 'rails_12factor'
  gem 'unicorn'
end

group :development, :test do
  gem 'byebug'
  gem 'web-console', '~> 2.0'
  gem 'spring'
end

group :test do
  gem 'pg'
  gem 'rspec-rails', '~> 3.0'
  gem 'factory_girl_rails'
  gem 'accept_values_for'
end

group :development do
  gem 'sqlite3'
  gem "better_errors"
  gem "unicorn-rails"
end

group :assets do
  gem 'coffee-script-source', '~> 1.4.0' # ADD THIS LINE, 1.5.0 doesn't compile ActiveAdmin JavaScript files
end

from rich.

iduuck avatar iduuck commented on June 9, 2024

Hey @lukerollans,
Is it possible to get your Gemfile.lock?

from rich.

lukerollans avatar lukerollans commented on June 9, 2024

Here is my Gemfile.lock

I have been working on the app since I posted the above, it's that I've installed new gems since.

Thank you!

GIT
  remote: git://github.com/activeadmin/activeadmin.git
  revision: 8bd8ff07d73806e8c5dba0abeb112936de135748
  specs:
    activeadmin (1.0.0.pre)
      arbre (~> 1.0, >= 1.0.2)
      bourbon
      coffee-rails
      formtastic (~> 3.1)
      formtastic_i18n
      inherited_resources (~> 1.6)
      jquery-rails
      jquery-ui-rails (~> 5.0)
      kaminari (~> 0.15)
      rails (>= 3.2, < 5.0)
      ransack (~> 1.3)
      sass-rails

GIT
  remote: https://github.com/thefrontiergroup/pin_payment.git
  revision: 627abb67c509bd2005a419148e1cfc32dcf245c9
  ref: feature/fix_issue_in_bank_account
  specs:
    pin_payment (0.5.0)

GEM
  remote: https://rubygems.org/
  specs:
    accept_values_for (0.7.2)
      activemodel (>= 3, < 5)
      rspec (>= 2.0, < 4.0)
    actionmailer (4.2.0)
      actionpack (= 4.2.0)
      actionview (= 4.2.0)
      activejob (= 4.2.0)
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 1.0, >= 1.0.5)
    actionpack (4.2.0)
      actionview (= 4.2.0)
      activesupport (= 4.2.0)
      rack (~> 1.6.0)
      rack-test (~> 0.6.2)
      rails-dom-testing (~> 1.0, >= 1.0.5)
      rails-html-sanitizer (~> 1.0, >= 1.0.1)
    actionview (4.2.0)
      activesupport (= 4.2.0)
      builder (~> 3.1)
      erubis (~> 2.7.0)
      rails-dom-testing (~> 1.0, >= 1.0.5)
      rails-html-sanitizer (~> 1.0, >= 1.0.1)
    activejob (4.2.0)
      activesupport (= 4.2.0)
      globalid (>= 0.3.0)
    activemodel (4.2.0)
      activesupport (= 4.2.0)
      builder (~> 3.1)
    activerecord (4.2.0)
      activemodel (= 4.2.0)
      activesupport (= 4.2.0)
      arel (~> 6.0)
    activesupport (4.2.0)
      i18n (~> 0.7)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.3, >= 0.3.4)
      tzinfo (~> 1.1)
    acts_as_list (0.6.0)
      activerecord (>= 3.0)
    addressable (2.3.7)
    arbre (1.0.3)
      activesupport (>= 3.0.0)
    arel (6.0.0)
    aws-sdk (1.63.0)
      aws-sdk-v1 (= 1.63.0)
    aws-sdk-v1 (1.63.0)
      json (~> 1.4)
      nokogiri (>= 1.4.4)
    bcrypt (3.1.10)
    better_errors (2.1.1)
      coderay (>= 1.0.0)
      erubis (>= 2.6.6)
      rack (>= 0.9.0)
    binding_of_caller (0.7.2)
      debug_inspector (>= 0.0.1)
    bourbon (4.2.1)
      sass (~> 3.4)
      thor
    builder (3.2.2)
    byebug (3.5.1)
      columnize (~> 0.8)
      debugger-linecache (~> 1.2)
      slop (~> 3.6)
    chronic (0.10.2)
    climate_control (0.0.3)
      activesupport (>= 3.0)
    cocaine (0.5.7)
      climate_control (>= 0.0.3, < 1.0)
    coderay (1.1.0)
    coffee-rails (4.1.0)
      coffee-script (>= 2.2.0)
      railties (>= 4.0.0, < 5.0)
    coffee-script (2.3.0)
      coffee-script-source
      execjs
    coffee-script-source (1.4.0)
    columnize (0.9.0)
    debug_inspector (0.0.2)
    debugger-linecache (1.2.0)
    devise (3.4.1)
      bcrypt (~> 3.0)
      orm_adapter (~> 0.1)
      railties (>= 3.2.6, < 5)
      responders
      thread_safe (~> 0.1)
      warden (~> 1.2.3)
    diff-lcs (1.2.5)
    erubis (2.7.0)
    excon (0.44.3)
    execjs (2.3.0)
    factory_girl (4.5.0)
      activesupport (>= 3.0.0)
    factory_girl_rails (4.5.0)
      factory_girl (~> 4.5.0)
      railties (>= 3.0.0)
    formtastic (3.1.3)
      actionpack (>= 3.2.13)
    formtastic_i18n (0.1.1)
    globalid (0.3.3)
      activesupport (>= 4.1.0)
    greensock-rails (1.15.1.0)
    has_scope (0.6.0)
      actionpack (>= 3.2, < 5)
      activesupport (>= 3.2, < 5)
    high_voltage (2.2.1)
    hike (1.2.3)
    i18n (0.7.0)
    icalendar (2.2.2)
    inherited_resources (1.6.0)
      actionpack (>= 3.2, < 5)
      has_scope (~> 0.6.0.rc)
      railties (>= 3.2, < 5)
      responders
    jbuilder (2.2.9)
      activesupport (>= 3.0.0, < 5)
      multi_json (~> 1.2)
    jquery-rails (4.0.3)
      rails-dom-testing (~> 1.0)
      railties (>= 4.2.0)
      thor (>= 0.14, < 2.0)
    jquery-ui-rails (5.0.3)
      railties (>= 3.2.16)
    json (1.8.2)
    kaminari (0.16.3)
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
    kgio (2.9.3)
    loofah (2.0.1)
      nokogiri (>= 1.5.9)
    mail (2.6.3)
      mime-types (>= 1.16, < 3)
    mandrill-api (1.0.53)
      excon (>= 0.16.0, < 1.0)
      json (>= 1.7.7, < 2.0)
    mandrill_mailer (0.5.1)
      actionpack
      activesupport
      mandrill-api (~> 1.0.9)
    mime-types (2.4.3)
    mini_portile (0.6.2)
    minitest (5.5.1)
    multi_json (1.10.1)
    neat (1.7.1)
      bourbon (>= 4.0)
      sass (>= 3.3)
    nokogiri (1.6.6.2)
      mini_portile (~> 0.6.0)
    nprogress-rails (0.1.6.6)
    orm_adapter (0.5.0)
    paperclip (4.2.1)
      activemodel (>= 3.0.0)
      activesupport (>= 3.0.0)
      cocaine (~> 0.5.3)
      mime-types
    pg (0.18.1)
    polyamorous (1.1.0)
      activerecord (>= 3.0)
    rack (1.6.0)
    rack-test (0.6.3)
      rack (>= 1.0)
    rails (4.2.0)
      actionmailer (= 4.2.0)
      actionpack (= 4.2.0)
      actionview (= 4.2.0)
      activejob (= 4.2.0)
      activemodel (= 4.2.0)
      activerecord (= 4.2.0)
      activesupport (= 4.2.0)
      bundler (>= 1.3.0, < 2.0)
      railties (= 4.2.0)
      sprockets-rails
    rails-deprecated_sanitizer (1.0.3)
      activesupport (>= 4.2.0.alpha)
    rails-dom-testing (1.0.5)
      activesupport (>= 4.2.0.beta, < 5.0)
      nokogiri (~> 1.6.0)
      rails-deprecated_sanitizer (>= 1.0.1)
    rails-html-sanitizer (1.0.1)
      loofah (~> 2.0)
    rails_12factor (0.0.3)
      rails_serve_static_assets
      rails_stdout_logging
    rails_serve_static_assets (0.0.4)
    rails_stdout_logging (0.0.3)
    railties (4.2.0)
      actionpack (= 4.2.0)
      activesupport (= 4.2.0)
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)
    raindrops (0.13.0)
    rake (10.4.2)
    ransack (1.6.3)
      actionpack (>= 3.0)
      activerecord (>= 3.0)
      activesupport (>= 3.0)
      i18n
      polyamorous (~> 1.1)
    rdoc (4.2.0)
    responders (2.1.0)
      railties (>= 4.2.0, < 5)
    rspec (3.2.0)
      rspec-core (~> 3.2.0)
      rspec-expectations (~> 3.2.0)
      rspec-mocks (~> 3.2.0)
    rspec-core (3.2.1)
      rspec-support (~> 3.2.0)
    rspec-expectations (3.2.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.2.0)
    rspec-mocks (3.2.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.2.0)
    rspec-rails (3.2.1)
      actionpack (>= 3.0, < 4.3)
      activesupport (>= 3.0, < 4.3)
      railties (>= 3.0, < 4.3)
      rspec-core (~> 3.2.0)
      rspec-expectations (~> 3.2.0)
      rspec-mocks (~> 3.2.0)
      rspec-support (~> 3.2.0)
    rspec-support (3.2.2)
    sass (3.4.13)
    sass-rails (5.0.1)
      railties (>= 4.0.0, < 5.0)
      sass (~> 3.1)
      sprockets (>= 2.8, < 4.0)
      sprockets-rails (>= 2.0, < 4.0)
      tilt (~> 1.1)
    sdoc (0.4.1)
      json (~> 1.7, >= 1.7.7)
      rdoc (~> 4.0)
    simple_calendar (1.1.10)
      rails (>= 3.0)
    slop (3.6.0)
    spring (1.3.3)
    sprockets (2.12.3)
      hike (~> 1.2)
      multi_json (~> 1.0)
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
    sprockets-rails (2.2.4)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      sprockets (>= 2.8, < 4.0)
    sqlite3 (1.3.10)
    thor (0.19.1)
    thread_safe (0.3.4)
    tilt (1.4.1)
    turbolinks (2.5.3)
      coffee-rails
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
    tzinfo-data (1.2015.1)
      tzinfo (>= 1.0.0)
    uglifier (2.7.1)
      execjs (>= 0.3.0)
      json (>= 1.8.0)
    unicorn (4.8.3)
      kgio (~> 2.6)
      rack
      raindrops (~> 0.7)
    unicorn-rails (2.2.0)
      rack
      unicorn
    validate_url (1.0.0)
      activemodel (>= 3.0.0)
      addressable
    warden (1.2.3)
      rack (>= 1.0)
    web-console (2.1.0)
      activemodel (>= 4.0)
      binding_of_caller (>= 0.7.2)
      railties (>= 4.0)
      sprockets-rails (>= 2.0, < 4.0)
    whenever (0.9.4)
      chronic (>= 0.6.3)

PLATFORMS
  ruby

DEPENDENCIES
  accept_values_for
  activeadmin!
  acts_as_list
  aws-sdk (< 2.0)
  bcrypt (~> 3.1.7)
  better_errors
  bourbon
  byebug
  coffee-rails (~> 4.1.0)
  coffee-script-source (~> 1.4.0)
  devise
  factory_girl_rails
  greensock-rails
  high_voltage (~> 2.2.1)
  icalendar
  jbuilder (~> 2.0)
  jquery-rails
  jquery-ui-rails
  kaminari
  mandrill_mailer
  neat
  nprogress-rails
  paperclip
  pg
  pin_payment!
  rails (= 4.2.0)
  rails_12factor
  rspec-rails (~> 3.0)
  sass-rails
  sdoc (~> 0.4.0)
  simple_calendar (~> 1.1.10)
  spring
  sqlite3
  turbolinks
  tzinfo-data
  uglifier (>= 1.3.0)
  unicorn
  unicorn-rails
  validate_url
  web-console (~> 2.0)
  whenever

from rich.

iduuck avatar iduuck commented on June 9, 2024

It's an issue, because you are using a higher version of Formtastic. At the moment, Rich only supports Formtastic Version 2. This will be changed in an upcoming version where it also will support version 3. Since then, you can create your own fork and try removing the linked line on the top.

Closing the Issue until it's fixed.

from rich.

lukerollans avatar lukerollans commented on June 9, 2024

I assume you meant "This will be changed in an upcoming version where it also will support version 3"

Thanks, looking out for the update

from rich.

grimmwerks avatar grimmwerks commented on June 9, 2024

Curious; hasn't been updated / fixed as yet as I'm still getting the error myself.

from rich.

lukerollans avatar lukerollans commented on June 9, 2024

@grimmwerks looks like it was merged in via 2ee815f

from rich.

grimmwerks avatar grimmwerks commented on June 9, 2024

Weird; still getting the error. Forked, commented it out and it worked for me.

formtastic (3.1.3)
formtastic_i18n (0.3.0)

from rich.

sbpipb avatar sbpipb commented on June 9, 2024

I'm also experiencing this problem. Any update with the issue?

I'm using
ruby 2.1.5
gem 'rails', '4.1.7'
formtastic (~> 3.1)
formtastic_i18n

from rich.

martinverdejo avatar martinverdejo commented on June 9, 2024

I get this error but im not using formtastic.

from rich.

Martin91 avatar Martin91 commented on June 9, 2024

Currently I need to use rich with revision 3e92749ac77ee171bd6f0643d67b1579cc1c1271 to avoid this bug.

You can specify it in Gemfile:

gem 'rich', github: 'kreativgebiet/rich', ref: '3e92749ac77ee171bd6f0643d67b1579cc1c1271'

Additionally, it works with formtastic v3.1.3.

from rich.

asecondwill avatar asecondwill commented on June 9, 2024

still getting this error.

from rich.

asecondwill avatar asecondwill commented on June 9, 2024

I'm a bit stuck here. I can't roll back to the previous commit @Martin91 mentioned, because then the icons are all messed up, and the solution to that is to rollback to a specific, different commit.

Icons issue connected:
#162

from rich.

andreycwb avatar andreycwb commented on June 9, 2024

I'm having this error too, despite I saw there was a patch to work with Formtastic 3+ ...

from rich.

david-meza avatar david-meza commented on June 9, 2024

+1 I'm getting this error too.

from rich.

Ruff9 avatar Ruff9 commented on June 9, 2024

+1 error still there after following installation instructions.

from rich.

jpros avatar jpros commented on June 9, 2024

@Ruff9 @david-meza I fixed in my branch, use as this:
gem 'rich', github: 'jpros/rich', :branch => 'icons'

from rich.

grimmwerks avatar grimmwerks commented on June 9, 2024

Out of nowhere I've gotten this again; think I went to using the edge version of Rich (specifying the .git account) -- but went back to master (removing specified .git) -- then got this for some reason.

from rich.

davidwparker avatar davidwparker commented on June 9, 2024

Is there a way to get a new version of this on Rubygems? We can't load from github and I'd rather not vendor the gem...

from rich.

grimmwerks avatar grimmwerks commented on June 9, 2024

Can't seem to get this working in Rails 5 now...

from rich.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.