Scott Ames-Messinger
Scott Ames-Messinger
When I use jintastic, I get the following error: ActionView::MissingTemplate (Missing template sequences/update.erb in view path app/views:vendor/plugins/typus/app/views:/Users/ScottMessinger/.gem/ruby/1.8/gems/declarative_authorization-0.4/app/views): /Users/ScottMessinger/.gem/ruby/1.8/gems/josevalim-inherited_resources-0.9.1/lib/inherited_resources/legacy/respond_to.rb:107:in `retrieve_response_from_mimes' /Users/ScottMessinger/.gem/ruby/1.8/gems/josevalim-inherited_resources-0.9.1/lib/inherited_resources/legacy/responder.rb:163:in`call' /Users/ScottMessinger/.gem/ruby/1.8/gems/josevalim-inherited_resources-0.9.1/lib/inherited_resources/legacy/responder.rb:163:in `default_render' /Users/ScottMessinger/.gem/ruby/1.8/gems/josevalim-inherited_resources-0.9.1/lib/inherited_resources/legacy/responder.rb:129:in`to_format' /Users/ScottMessinger/.gem/ruby/1.8/gems/josevalim-inherited_resources-0.9.1/lib/inherited_resources/legacy/responder.rb:106:in `call' /Users/ScottMessinger/.gem/ruby/1.8/gems/josevalim-inherited_resources-0.9.1/lib/inherited_resources/legacy/respond_to.rb:65:in`respond_with' /Users/ScottMessinger/.gem/ruby/1.8/gems/josevalim-inherited_resources-0.9.1/lib/inherited_resources/base_helpers.rb:306:in `respond_with_dual_blocks' /Users/ScottMessinger/.gem/ruby/1.8/gems/josevalim-inherited_resources-0.9.1/lib/inherited_resources/actions.rb:51:in`update' haml...
When I generate a dry_scaffold, run the migration, and go to the index page, I received the error undefined method `total_pages' Why does this happen?
Hi! This looks like a great project in a similar vein to [guardian](https://github.com/ueberauth/guardian). It appears this does a ton of stuff Guardian isn't trying to do, but it would be...
Hi! Great addon. Thanks so much for creating it! I haven't seen reports of this (or have just failed at googling) so I'm wondering if I'm doing something wrong. Here's...
Hi! I'm starting to integrate one of the Google APIs into our app using this library. However, I'm a bit stumped on how to test. How do you all recommend...
https://github.com/convox/convox/blob/9a295f18272935c93f8ddb882b0427ccdacf8a7e/provider/k8s/template/app/balancer.yml.tmpl#L7 This line suggest the NLB timeout is configurable. Based on my reading of the AWS NLB docs, I don't believe it is: > Elastic Load Balancing sets the idle...
I'm following the setup instructions. I run: ``` % yarn create next-app --example with-tailwindcss # I name the app my-app % cd my-app % yarn add codelift --dev ``` and...
I'm getting a "load_missing_constant" issue when I try to use script/generate. I'm using ree-1.8.7-2010.02 and bundler. I'm also using navvy 0.3.2. Any idea what's going on? Thanks in advance, Scott...
I'm not sure what's going on or what information would be helpful to diagnose, but I'm seeing my entire browser reload whenever I change a scss file. Any idea how...