-
i got this error affter making 1st product.
SQLite3::SQLException: ambiguous column name: updated_at: SELECT DISTINCT "refinery_products"."id" FROM "refinery_products" LEFT OUTER JOIN "refinery_prod…
-
I created two galleries both with one image and the site works fine, when I add a second image to a gallery it fails displaying the gallery on the site with the following error:
![error1](https://clo…
-
Seems spiderable fails in a dramatic sort of way. When pass an url that otherwise functions the `?_escaped_fragment_=` parameter.
I'm wondering if others are having this issue?
I gather the iron-rout…
-
This bit of html breaks in IE11 because buildProduction strips the quotes around the object properties.
```
var i={"ဇ":"z","စျ":"za","ည":"ny"};
```
IE does not like this f…
-
We're excited to announce the first public release candidate of Meteor 1.2, which is now ready for early testing. We have some more QA to do, but we wanted to get it in your hands as soon as possible…
-
Maybe because #2940 now I can't login after my first account has been seeded?
Seed.rb:
``` ruby
# This file should contain all the record creation needed to seed the database with its default values…
-
Just created my Refinery app a few days ago, just bundle updated refinery as well as this gem, and I keep getting redirected to the login screen when I try to log in using correct credentials. Reset p…
-
Using `ruby 2.1.6`, `rails 4.2.3`, current masters of `refinerycms` and `refinerycms-authentication-devise`.
When trying to start rails, it fails with
```
Kaladin:frankenberg michaelp$ rails s
=> Bo…
-
I am not really doing any funky stuff here - the only thing I did was updating kadira using meteor update. Now my app crashes once in a while. If I find some pattern in the error I will report again.
…
-
Hi! Thanks for this great lib!
I am using speakingURL with [meteor.js](http://meteor.com) in both enviroments(client(browser), server(node.js)) and I want just to add index.js file in my lib folder. …