Chew Manfoo

Results 7 issues of Chew Manfoo

such that rails g nifty_scaffold attribute1:type attribute2:type becomes rails g niftiest_scaffold /path/to/yaml/file/describing/attributes.yml and the scaffold generator reads the yml file and creates the scaffold with those parameters. Any tips on...

here's what I see in the console in production: Loading production environment (Rails 2.3.11) /opt/ruby-enterprise-1.8.7-2010.02/lib/ruby/gems/1.8/gems/activerecord-2.3.11/lib/active_record/base.rb:1998:in `method_missing':NoMethodError: undefined method`has_many_polymorphs' for #Class:0xd11d480 but in development mode, no problems. Why would there be...

install of vagrant-aws gem went fine. I'm trying some basic commands and I run into this: ``` $ vagrant /home/jmichael/.rvm/gems/ruby-1.9.3-p0@vagrant/gems/vagrant-aws-0.0.1/lib/vagrant-aws/config.rb:5:in `': undefined method `configures' for VagrantAWS::Config:Class (NoMethodError) from /home/jmichael/.rvm/gems/ruby-1.9.3-p0@vagrant/gems/vagrant-aws-0.0.1/lib/vagrant-aws/config.rb:4:in `'...

I can't find anything that illuminates my problem. Given data: { "Origin": "CreateRoute", "DestinationCidrBlock": "10.12.160.0/20", "State": "active", "VpcPeeringConnectionId": "pcx-851234ed" }, { "Origin": "CreateRoute", "DestinationCidrBlock": "10.13.176.0/20", "State": "active", "VpcPeeringConnectionId": "pcx-bdffffd5" },...

I need to highlight specific dates in a calendar_helper (some are to be blacked out on our calendar). So I need to do something like this: ``` :target_date) do |date,...

This is what I need to achieve: :target_date,:id => !blackouts.empty? ? "blackout" : "") do |date, blackouts| %> I know that's referencing blackouts before blackouts is created. How would one...

Please update jwksClient and jwt.verify such that it supports a collection of domains, rather than just one. With support for only one domain, the implementation of multiple Custom Domains creates...