RailsCasts Pro episodes are now free!

Learn more or hide this

Gurban Haydarov's Profile

GitHub User: ghaydarov

Comments by Gurban Haydarov

Avatar

have you found solution to this? can you send how you integrted it with active admin? thanks!

Avatar

this is great screencast, I am trying to do something similar, however, when I add friend, I want it automatically add the other side of the friendship too, something like in facebook. any ideas what I should be adding to my friendship create action.? thanks!

Avatar

Hi there, anybody know how I can implement this to self referential model. I am creating a record and on a form view also creating any associations needed if exists. if it doesn't exist, I should be able to add new one like in this railscast. this is where I got stuck. can anybody please help. Thanks!

Avatar

THANKS FOR THE TUTORIAL.

I am getting errors below on ruby192 and rails 3.1.0 when I run rails g spree:site

my gemfile contains gem "spree" instead of latest version because of dependency problem.

Also command does not modify assets css like in this tutorial and does not copy a lot of migration files.

ANY IDEAS ABOUT THOSE ISSUES THANKS!

ruby
DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from <top (required)> at /Users/ghaydarov/Desktop/spree/config/application.rb:7)
[DEPRECATION WARNING] Nested I18n namespace lookup under "activerecord.attributes.checkout" is no longer supported
      create  lib/spree_site.rb
      remove  public/index.html
      append  public/robots.txt
      append  db/seeds.rb