Marc Lipovsky

Results 13 issues of Marc Lipovsky

Made this.index available in the each/href/hover/click functions for dots and charts. I feel like this would be super useful for users. I needed it very often and finally just changed...

This is what I get when I run: `rails g nifty:authentication`. I'm running Rails 3.1 Any thoughts? ``` VolAppMin:rails g nifty:authentication /Users/marclipovsky/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.1.0/lib/active_support/whiny_nil.rb:48:in `method_missing': undefined method `context_class' for nil:NilClass (NoMethodError) from...

This is what I get when I run: `rails g nifty:authentication` Any thoughts? ``` VolAppMin:rails g nifty:authentication /Users/marclipovsky/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.1.0/lib/active_support/whiny_nil.rb:48:in `method_missing': undefined method `context_class' for nil:NilClass (NoMethodError) from /Users/marclipovsky/.rvm/gems/ruby-1.9.2-p290/gems/sass-rails-3.1.4/lib/sass/rails/railtie.rb:61:in `block in '...

In development nifty:authentication works great but when I run it in production on a live server I'm getting this error when attempting to log in: `tigers.28367 Started GET "/sessions/" for...

waiting

I'd like to be able to sort the associated records count. For example: ``` # form.rb class Form has_many :references def reference_count self.references.count end end # reference.rb class Reference belongs_to...

I've posted the issue here: http://railsforum.com/viewtopic.php?pid=151090 Sorry I did all the work of posting it on there then thought I should probably post it here too. Any help would be...

Just wondering how I would allow search for something like this: ``` belongs_to :requestor, :class_name => "Account", :foreign_key => "requestor_id" ``` ``` true %> ``` Any help would be appreciated....

Fixing issues occurring in #128 where locale format is being used instead of ISO date due to flipped ternary logic.

When I try and run `script/plugin install git://github.com/rails/rails_upgrade.git` I get this: ``` script/plugin:3:in `require': no such file to load -- commands/plugin (LoadError) from script/plugin:3 ``` Not sure that to do...

Would be awesome to see an update for Xcode 5.