railsadminteam / rails_admin

RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data
MIT License
7.89k stars 2.26k forks source link

Gem dependency update #1663

Closed sahin closed 11 years ago

sahin commented 11 years ago

Hi, We love rails admin and use it a lot.

We are having hard time with haml 4.0 and safe_yaml 0.9.2..

can u upgrade the dependencies?

Thanks

sferik commented 11 years ago

What precisely is the problem you’re having with haml and safe_yaml? What version of rails_admin are you using? As far as I can tell, these dependencies are up-to-date in the latest version of rails_admin.

sahin commented 11 years ago

sferik, super thx for the response.

I was using 0.4.8 version, then I was getting this error

"cannot load such file -- safe_yaml" rails_admin

the other problem is haml was also lock in (3.1.8) , we also need haml 4.0.0

I did many bundle update, bundle install or bundle --deployment

I even try to installl safe_yml is at 0.6.3, but didnt work...

sahin commented 11 years ago

sferik, I just saw this about gems

https://gemnasium.com/sferik/rails_admin, 0.4.8 is the latest right ?

mshibuya commented 11 years ago

Can you paste(or upload to gist) your Gemfile and Gemfile.lock?

sahin commented 11 years ago

this is the screen shot of the error

http://cl.ly/image/3x1J2l190v1O

just updated gem and gem.lock files..

GEM

source 'https://rubygems.org'

core

gem 'rails' gem 'mysql2'

session

gem 'redis', '= 2.2.2' #or #3.0.3 because of Redis::InheritedError: Tried to use a connection from a child process without reconnecting. You need to reconnect to Redis after forking gem 'redis-rails'

background process

gem 'resque', :require => 'resque/server' #, :git => 'https://github.com/defunkt/resque.git', :branch => '1-x-stable'

gem 'resque-scheduler', :require => 'resque_scheduler' gem 'resque-cleaner', :require => false gem 'resque-status', :require => false gem 'resque_mailer', :require => false gem 'resque-history', :require => false gem 'resque-pool', :require => false

gem 'resque-jobs-per-fork', :require => false

gem 'resque-lock', :require => false

core coding

gem 'rabl' gem 'haml' gem 'slim'

settings

gem 'hashie'

js/html rendering

gem 'phantomjs.rb'#, :require => false

login

gem 'devise' gem 'omniauth', :require => false gem 'omniauth-twitter', :require => false gem 'omniauth-facebook', :require => false gem 'omniauth-tumblr', :require => false

gem 'simple_form'

gem 'will_paginate'

gem 'kaminari' gem 'rails_admin' #, '= 0.4.3'

gem 'routing-filter', :require => false gem 'rack-rewrite'

api

gem 'inherited_resources' gem 'has_scope'

gem 'jquery-rails' gem 'aws-ses', :require => 'aws/ses' , :require => false gem 'carrierwave', :require => false gem 'rmagick', :require => false gem 'fog', :require => false gem 'koala', :require => false gem 'tumblr_client', :require => false gem 'faraday', :require => false gem 'json'

gem 'ruby-tmdb3', :require => false gem 'youtube_it' , :require => false gem 'mechanize', :require=>false gem 'friendly_id', :require => false gem 'km', :require => false gem 'acts-as-taggable-on', :require => false gem 'honeybadger' gem 'resque-honeybadger', :require => false gem 'rails_admin_send_notifications', :path => 'vendor/gems/rails_admin_send_notifications'

capistrano

gem 'rvm-capistrano', :require => false

group :production do

logging

gem 'mongodb_logger' gem 'mongo' gem 'bson_ext' gem 'newrelic_rpm' gem 'le' #rails info logger logentries.com end

group :development do gem 'annotate', :require =>false gem 'rack-mini-profiler', :require =>false gem 'nifty-generators', :require =>false gem 'capistrano', :require =>false gem 'capistrano-resque', :require =>false gem 'bumbler'

gem 'rb-inotify', :require => false gem 'rb-fsevent', :require => false gem 'rb-fchange', :require => false gem 'guard-livereload' gem 'guard-bundler' gem 'guard' gem 'guard-rspec' gem 'guard-cucumber'

gem 'better_errors' gem 'binding_of_caller' gem 'meta_request'

gem 'mailcatcher' gem 'parallel_tests' end

group :development, :test do gem 'guard-jasmine' gem 'jasminerice' #, :git => 'https://github.com/bradphelan/jasminerice.git' gem 'quiet_assets' end

group :test do gem 'capistrano' , :require =>false gem 'capistrano-resque' , :require =>false gem 'rspec-rails' , :require =>false gem 'factory_girl_rails' , :require =>false gem 'faker' , :require =>false gem 'bumbler' , :require =>false gem 'mocha' , :require =>false gem 'cucumber' gem 'zeus' gem 'parallel_tests' gem 'zeus-parallel_tests' gem 'capybara' gem 'faye-websocket', '~> 0.4.7' gem 'poltergeist' gem 'selenium-webdriver' gem 'capybara-webkit' gem 'database_cleaner' gem 'cucumber-rails', :require => false gem 'factory_girl_rails' gem 'fuubar', '>= 1.0' gem 'launchy' end

group :assets do #lastest working version Jan 12 gem 'turbo-sprockets-rails3' gem 'libv8' #,'= 3.11.8.13' gem 'therubyracer' , '= 0.11.4' gem 'less-rails' #, '= 2.3.2' gem 'less' #, '= 2.3.1' gem 'twitter-bootstrap-rails'#,'= 2.2.6'

gem 'sass-rails' #, :require =>false gem 'coffee-rails' #, :require =>false gem 'uglifier' #, :require =>false gem 'compass-rails' #, :require =>false gem 'jquery-ui-rails' #, :require =>false gem 'bourbon' #, :require =>false gem 'yui-compressor' #, :require =>false gem 'execjs' #, :require =>false end


PATH remote: vendor/gems/rails_admin_send_notifications specs: rails_admin_send_notifications (0.0.1) rails (~> 3.2.12)

GEM remote: https://rubygems.org/ specs: POpen4 (0.1.4) Platform (>= 0.4.0) open4 Platform (0.4.0) actionmailer (3.2.13) actionpack (= 3.2.13) mail (~> 2.5.3) actionpack (3.2.13) activemodel (= 3.2.13) activesupport (= 3.2.13) builder (~> 3.0.0) erubis (~> 2.7.0) journey (~> 1.0.4) rack (~> 1.4.5) rack-cache (~> 1.2) rack-test (~> 0.6.1) sprockets (~> 2.2.1) activemodel (3.2.13) activesupport (= 3.2.13) builder (~> 3.0.0) activerecord (3.2.13) activemodel (= 3.2.13) activesupport (= 3.2.13) arel (~> 3.0.2) tzinfo (~> 0.3.29) activeresource (3.2.13) activemodel (= 3.2.13) activesupport (= 3.2.13) activesupport (3.2.13) i18n (= 0.6.1) multi_json (~> 1.0) acts-as-taggable-on (2.4.1) rails (>= 3, < 5) addressable (2.3.4) annotate (2.5.0) rake arel (3.0.2) aws-ses (0.5.0) builder mail (> 2.2.5) mime-types xml-simple bcrypt-ruby (3.0.1) better_errors (0.9.0) coderay (>= 1.0.0) erubis (>= 2.6.6) binding_of_caller (0.7.1) debug_inspector (>= 0.0.1) bootstrap-sass (2.3.1.3) sass (~> 3.2) bourbon (3.1.6) sass (>= 3.2.0) thor bson (1.8.6) bson_ext (1.8.6) bson (~> 1.8.6) builder (3.0.4) bumbler (0.1.4) callsite (0.0.11) capistrano (2.15.4) highline net-scp (>= 1.0.0) net-sftp (>= 2.0.0) net-ssh (>= 2.0.14) net-ssh-gateway (>= 1.1.0) capistrano-resque (0.1.0) capistrano resque resque-scheduler capybara (2.1.0) mime-types (>= 1.16) nokogiri (>= 1.3.3) rack (>= 1.0.0) rack-test (>= 0.5.4) xpath (~> 2.0) capybara-webkit (1.0.0) capybara (~> 2.0, >= 2.0.2) json carrierwave (0.8.0) activemodel (>= 3.2.0) activesupport (>= 3.2.0) childprocess (0.3.9) ffi (~> 1.0, >= 1.0.11) chunky_png (1.2.8) coderay (1.0.9) coffee-rails (3.2.2) coffee-script (>= 2.2.0) railties (~> 3.2.0) coffee-script (2.2.0) coffee-script-source execjs coffee-script-source (1.6.2) commonjs (0.2.6) compass (0.12.2) chunky_png (~> 1.2) fssm (>= 0.2.7) sass (~> 3.1) compass-rails (1.0.3) compass (>= 0.12.2, < 0.14) cucumber (1.3.2) builder (>= 2.1.2) diff-lcs (>= 1.1.3) gherkin (~> 2.12.0) multi_json (~> 1.3) cucumber-rails (1.3.1) capybara (>= 1.1.2) cucumber (>= 1.2.0) nokogiri (>= 1.5.0) rails (~> 3.0) daemons (1.1.9) database_cleaner (1.0.1) debug_inspector (0.0.2) deepopenstruct (0.1.2) devise (2.2.4) bcrypt-ruby (~> 3.0) orm_adapter (~> 0.1) railties (~> 3.1) warden (~> 1.2.1) diff-lcs (1.2.4) domain_name (0.5.11) unf (>= 0.0.5, < 1.0.0) em-websocket (0.5.0) eventmachine (>= 0.12.9) http_parser.rb (~> 0.5.3) erubis (2.7.0) eventmachine (1.0.3) excon (0.22.1) execjs (1.4.0) multi_json (~> 1.0) factory_girl (4.2.0) activesupport (>= 3.0.0) factory_girl_rails (4.2.1) factory_girl (~> 4.2.0) railties (>= 3.0.0) faker (1.1.2) i18n (~> 0.5) faraday (0.8.7) multipart-post (~> 1.1) faraday_middleware (0.9.0) faraday (>= 0.7.4, < 0.9) faye-websocket (0.4.7) eventmachine (>= 0.12.0) ffi (1.8.1) fog (1.11.1) builder excon (~> 0.20) formatador (~> 0.2.0) json (~> 1.7) mime-types net-scp (~> 1.1) net-ssh (>= 2.1.3) nokogiri (~> 1.5.0) ruby-hmac font-awesome-rails (3.1.1.2) railties (>= 3.2, < 5.0) formatador (0.2.4) friendly_id (4.0.9) fssm (0.2.10) fuubar (1.1.1) rspec (~> 2.0) rspec-instafail (~> 0.2.0) ruby-progressbar (~> 1.0) gherkin (2.12.0) multi_json (~> 1.3) guard (1.8.0) formatador (>= 0.2.4) listen (>= 1.0.0) lumberjack (>= 1.0.2) pry (>= 0.9.10) thor (>= 0.14.6) guard-bundler (1.0.0) bundler (~> 1.0) guard (~> 1.1) guard-cucumber (1.4.0) cucumber (>= 1.2.0) guard (>= 1.1.0) guard-jasmine (1.16.0) childprocess guard (>= 1.1.0) multi_json thor tilt guard-livereload (1.4.0) em-websocket (>= 0.5.0) guard (>= 1.8.0) multi_json (~> 1.7) guard-rspec (3.0.1) guard (>= 1.8) rspec (~> 2.13) haml (4.0.3) tilt has_scope (0.5.1) hashie (2.0.5) highline (1.6.19) hike (1.2.2) honeybadger (1.6.2) json http-cookie (1.0.1) domain_name (~> 0.5) http_parser.rb (0.5.3) httpauth (0.2.0) i18n (0.6.1) inherited_resources (1.4.0) has_scope (~> 0.5.0) responders (~> 0.9) jasminerice (0.0.10) coffee-rails haml journey (1.0.4) jquery-rails (3.0.0) railties (>= 3.0, < 5.0) thor (>= 0.14, < 2.0) jquery-ui-rails (3.0.1) jquery-rails railties (>= 3.1.0) json (1.8.0) jwt (0.1.8) multi_json (>= 1.5) kaminari (0.14.1) actionpack (>= 3.0.0) activesupport (>= 3.0.0) km (1.1.3) koala (1.6.0) addressable (~> 2.2) faraday (~> 0.8) multi_json (~> 1.3) launchy (2.3.0) addressable (~> 2.3) le (2.1.6) less (2.3.2) commonjs (~> 0.2.6) less-rails (2.3.3) actionpack (>= 3.1) less (~> 2.3.1) libv8 (3.11.8.17) listen (1.1.5) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) rb-kqueue (>= 0.2) lumberjack (1.0.3) mail (2.5.4) mime-types (~> 1.16) treetop (~> 1.4.8) mailcatcher (0.5.12) activesupport (~> 3.0) eventmachine (~> 1.0.0) haml (>= 3.1, < 5) mail (~> 2.3) sinatra (~> 1.2) skinny (~> 0.2.3) sqlite3 (~> 1.3) thin (~> 1.5.0) mechanize (2.7.1) domain_name (~> 0.5, >= 0.5.1) http-cookie (~> 1.0.0) mime-types (~> 1.17, >= 1.17.2) net-http-digest_auth (~> 1.1, >= 1.1.1) net-http-persistent (~> 2.5, >= 2.5.2) nokogiri (~> 1.4) ntlm-http (~> 0.1, >= 0.1.1) webrobots (>= 0.0.9, < 0.2) meta_request (0.2.6) callsite rack-contrib railties metaclass (0.0.1) method_source (0.8.1) mime-types (1.23) mocha (0.14.0) metaclass (~> 0.0.1) mongo (1.8.6) bson (~> 1.8.6) mongodb_logger (0.5.2) actionpack (>= 3.1.0) activesupport (>= 3.1.0) erubis (>= 2.7.0) multi_json (>= 1.6.0) mustache (>= 0.99.0) rake (>= 0.9.0) sinatra (>= 1.3.0) sprockets (>= 2.0.0) vegas (~> 0.1.0) multi_json (1.7.5) multipart-post (1.2.0) mustache (0.99.4) mysql2 (0.3.11) nested_form (0.3.2) net-http-digest_auth (1.3) net-http-persistent (2.8) net-scp (1.1.1) net-ssh (>= 2.6.5) net-sftp (2.1.2) net-ssh (>= 2.6.5) net-ssh (2.6.7) net-ssh-gateway (1.2.0) net-ssh (>= 2.6.5) newrelic_rpm (3.6.3.104) nifty-generators (0.4.6) nokogiri (1.5.9) ntlm-http (0.1.1) oauth (0.4.7) oauth2 (0.8.1) faraday (~> 0.8) httpauth (~> 0.1) jwt (~> 0.1.4) multi_json (~> 1.0) rack (~> 1.2) omniauth (1.1.4) hashie (>= 1.2, < 3) rack omniauth-facebook (1.4.1) omniauth-oauth2 (~> 1.1.0) omniauth-oauth (1.0.1) oauth omniauth (~> 1.0) omniauth-oauth2 (1.1.1) oauth2 (~> 0.8.0) omniauth (~> 1.0) omniauth-tumblr (1.1) omniauth-oauth (~> 1.0) omniauth-twitter (0.0.16) multi_json (~> 1.3) omniauth-oauth (~> 1.0) open4 (1.3.0) orm_adapter (0.4.0) parallel (0.6.5) parallel_tests (0.13.3) parallel poltergeist (1.3.0) capybara (~> 2.1.0) faye-websocket (>= 0.4.4, < 0.5.0) http_parser.rb (~> 0.5.3) polyglot (0.3.3) pry (0.9.12.2) coderay (~> 1.0.5) method_source (~> 0.8) slop (~> 3.4) quiet_assets (1.0.2) railties (>= 3.1, < 5.0) rabl (0.8.5) activesupport (>= 2.3.14) rack (1.4.5) rack-cache (1.2) rack (>= 0.4) rack-contrib (1.1.0) rack (>= 0.9.1) rack-mini-profiler (0.1.26) rack (>= 1.1.3) rack-pjax (0.7.0) nokogiri (~> 1.5) rack (~> 1.3) rack-protection (1.5.0) rack rack-rewrite (1.3.3) rack-ssl (1.3.3) rack rack-test (0.6.2) rack (>= 1.0) rails (3.2.13) actionmailer (= 3.2.13) actionpack (= 3.2.13) activerecord (= 3.2.13) activeresource (= 3.2.13) activesupport (= 3.2.13) bundler (~> 1.0) railties (= 3.2.13) rails_admin (0.4.9) bootstrap-sass (~> 2.2) builder (~> 3.0) coffee-rails (>= 3.1, < 5) font-awesome-rails (~> 3.0) haml (~> 4.0) jquery-rails (>= 2.1, < 4) jquery-ui-rails (~> 3.0) kaminari (~> 0.14) nested_form (~> 0.3) rack-pjax (~> 0.6) rails (~> 3.1) remotipart (~> 1.0) safe_yaml (~> 0.6) sass-rails (~> 3.1) railties (3.2.13) actionpack (= 3.2.13) activesupport (= 3.2.13) rack-ssl (~> 1.3.2) rake (>= 0.8.7) rdoc (~> 3.4) thor (>= 0.14.6, < 2.0) rake (10.0.4) rb-fchange (0.0.6) ffi rb-fsevent (0.9.3) rb-inotify (0.9.0) ffi (>= 0.5.0) rb-kqueue (0.2.0) ffi (>= 0.5.0) rdoc (3.12.2) json (~> 1.4) redis (2.2.2) redis-actionpack (3.2.3) actionpack (~> 3.2.3) redis-rack (~> 1.4.0) redis-store (~> 1.1.0) redis-activesupport (3.2.3) activesupport (~> 3.2.3) redis-store (~> 1.1.0) redis-namespace (1.1.0) redis (< 3.0.0) redis-rack (1.4.2) rack (~> 1.4.1) redis-store (~> 1.1.0) redis-rails (3.2.3) redis-actionpack (~> 3.2.3) redis-activesupport (~> 3.2.3) redis-store (~> 1.1.0) redis-store (1.1.3) redis (>= 2.2.0) ref (1.0.5) remotipart (1.0.5) responders (0.9.3) railties (~> 3.1) resque (1.23.1) multi_json (~> 1.0) redis-namespace (~> 1.0) sinatra (>= 0.9.2) vegas (~> 0.1.2) resque-cleaner (0.2.10) resque (~> 1.0) resque-history (1.10.0) resque resque-honeybadger (1.0.2) honeybadger resque (>= 1.8.0) resque-lock (1.1.0) resque-pool (0.3.0) rake resque (~> 1.20) trollop (~> 1.16) resque-scheduler (2.0.1) redis (>= 2.0.1) resque (>= 1.20.0) rufus-scheduler resque-status (0.4.1) resque (~> 1.19) resque_mailer (2.2.4) actionmailer (>= 3.0) rmagick (2.13.2) routing-filter (0.3.1) actionpack rspec (2.13.0) rspec-core (~> 2.13.0) rspec-expectations (~> 2.13.0) rspec-mocks (~> 2.13.0) rspec-core (2.13.1) rspec-expectations (2.13.0) diff-lcs (>= 1.1.3, < 2.0) rspec-instafail (0.2.4) rspec-mocks (2.13.1) rspec-rails (2.13.2) actionpack (>= 3.0) activesupport (>= 3.0) railties (>= 3.0) rspec-core (~> 2.13.0) rspec-expectations (~> 2.13.0) rspec-mocks (~> 2.13.0) ruby-hmac (0.4.0) ruby-progressbar (1.1.0) ruby-tmdb3 (0.3.4) addressable addressable deepopenstruct deepopenstruct (>= 0.1.2) json json rubyzip (0.9.9) rufus-scheduler (2.0.19) tzinfo (>= 0.3.23) rvm-capistrano (1.3.0) capistrano (>= 2.0.0) safe_yaml (0.9.2) sass (3.2.9) sass-rails (3.2.6) railties (~> 3.2.0) sass (>= 3.1.10) tilt (~> 1.3) selenium-webdriver (2.33.0) childprocess (>= 0.2.5) multi_json (~> 1.0) rubyzip websocket (~> 1.0.4) simple_form (2.1.0) actionpack (~> 3.0) activemodel (~> 3.0) simple_oauth (0.2.0) sinatra (1.3.6) rack (~> 1.4) rack-protection (~> 1.3) tilt (~> 1.3, >= 1.3.3) skinny (0.2.3) eventmachine (~> 1.0.0) thin (~> 1.5.0) slim (2.0.0) temple (~> 0.6.5) tilt (~> 1.3, >= 1.3.3) slop (3.4.5) sprockets (2.2.2) hike (~> 1.2) multi_json (~> 1.0) rack (~> 1.0) tilt (~> 1.1, != 1.3.0) sqlite3 (1.3.7) temple (0.6.5) therubyracer (0.11.4) libv8 (~> 3.11.8.12) ref thin (1.5.1) daemons (>= 1.0.9) eventmachine (>= 0.12.6) rack (>= 1.0.0) thor (0.18.1) tilt (1.4.1) treetop (1.4.12) polyglot polyglot (>= 0.3.1) trollop (1.16.2) tumblr_client (0.7.3) faraday (>= 0.8) faraday_middleware (>= 0.8) json oauth turbo-sprockets-rails3 (0.3.6) railties (> 3.2.8, < 4.0.0) sprockets (>= 2.0.0) twitter-bootstrap-rails (2.2.6) actionpack (>= 3.1) execjs railties (>= 3.1) tzinfo (0.3.37) uglifier (2.1.1) execjs (>= 0.3.0) multi_json (~> 1.0, >= 1.0.2) unf (0.1.1) unf_ext unf_ext (0.0.6) vegas (0.1.11) rack (>= 1.0.0) warden (1.2.1) rack (>= 1.0) webrobots (0.1.1) websocket (1.0.7) xml-simple (1.1.2) xpath (2.0.0) nokogiri (~> 1.3) youtube_it (2.3.1) builder excon (~> 0.22.1) faraday (~> 0.8) json (~> 1.8.0) nokogiri (~> 1.5.2) oauth (~> 0.4.4) oauth2 (~> 0.6) simple_oauth (>= 0.1.5) yui-compressor (0.9.6) POpen4 (>= 0.1.4) zeus (0.13.3) method_source (>= 0.6.7) zeus-parallel_tests (0.2.4) parallel_tests (>= 0.11.3) zeus (~> 0.13.3)

PLATFORMS ruby

DEPENDENCIES acts-as-taggable-on annotate aws-ses better_errors binding_of_caller bourbon bson_ext bumbler capistrano capistrano-resque capybara capybara-webkit carrierwave coffee-rails compass-rails cucumber cucumber-rails database_cleaner devise execjs factory_girl_rails faker faraday faye-websocket (~> 0.4.7) fog friendly_id fuubar (>= 1.0) guard guard-bundler guard-cucumber guard-jasmine guard-livereload guard-rspec haml has_scope hashie honeybadger inherited_resources jasminerice jquery-rails jquery-ui-rails json kaminari km koala launchy le less less-rails libv8 mailcatcher mechanize meta_request mocha mongo mongodb_logger mysql2 newrelic_rpm nifty-generators omniauth omniauth-facebook omniauth-tumblr omniauth-twitter parallel_tests poltergeist quiet_assets rabl rack-mini-profiler rack-rewrite rails rails_admin rails_admin_send_notifications! rb-fchange rb-fsevent rb-inotify redis (= 2.2.2) redis-rails resque resque-cleaner resque-history resque-honeybadger resque-lock resque-pool resque-scheduler resque-status resque_mailer rmagick routing-filter rspec-rails ruby-tmdb3 rvm-capistrano sass-rails selenium-webdriver simple_form slim therubyracer (= 0.11.4) tumblr_client turbo-sprockets-rails3 twitter-bootstrap-rails uglifier youtube_it yui-compressor zeus zeus-parallel_tests

mshibuya commented 11 years ago

This article might have something to do about your issue: http://codedecoder.wordpress.com/2013/05/31/cannot-load-such-file-safe_yaml-rails_admin/

What do you get if you

bundle show rails_admin

and

bundle show safe_yaml

on your production server? How about uninstall&re-installing 'safe_yaml'?

sahin commented 11 years ago

I followed http://codedecoder.wordpress.com/2013/05/31/cannot-load-such-file-safe_yaml-rails_admin/

and yes this is happening in the production server. I tried to (un)install many times....

they are both under... /usr/local/rvm/gems/ruby-2.0.0-p195/gems/

sahin commented 11 years ago

this is the error I am getting http://cl.ly/image/3x012i3U2Q1Y

the show results:

xxx@admin:~/rails_app/current# bundle show safe_yaml /usr/local/rvm/gems/ruby-2.0.0-p195/gems/safe_yaml-0.9.2 xxx@admin:~/rails_app/current# bundle show rails_admin /usr/local/rvm/gems/ruby-2.0.0-p195/gems/rails_admin-0.4.9

sahin commented 11 years ago

Guys, I solved the problem... I uninstall all safe_yaml versions and only install , version 0.6.3...

gem install safe_yaml -v 0.6.3.. then it worked...

sferik , it will be great if u can dump rails admin 0.5.0 to use safe_yaml 0.9.2 instead of ~0.6

thanks to all...

mshibuya commented 11 years ago

Your safe_yaml might be somewhat incompletely installed in your production server, I think...

Anyway, good to hear about that. '~> 0.6' means '>= 0.6 and <1.0', so no dependency change is required.

maniempire commented 11 years ago

Guys, I solved the problem by just updating the rails_admin bundle update rails_admin It updates the rails_admin to 0.4.9 and the safe_yaml to 0.9.3 Now, the issue gets resolved.