-
I have been reviewing the most common issues with Turbolinks with the aim of providing some ideas as to what we might include in the Rails guides. Obviously Turbolinks is a separate project to Rails, …
-
```
-----> Ruby app detected
-----> Compiling Ruby/Rails
-----> Using Ruby version: ruby-2.3.3
-----> Installing dependencies using bundler 1.15.2
Running: bundle install --without develop…
ghost updated
6 years ago
-
Hey,
Firstly, I would like to congratulate Code for America for getting selected in GSoC as a mentoring organization again.
I, PRANJAL DAGA, currently B.Tech Computer Science and Engineering student,…
-
Hello,
I am part of a group doing a study on CS education and we are planning to use pythy as a part of our research. I've set up pythy on a Mac box, but I've encountered some problems with the web e…
-
Hi there,
I followed the instructions in the README and I got this error:
```
$ bundle exec rake assets:precompile --trace
** Invoke assets:precompile (first_time)
** Invoke assets:environ…
-
I have a rails app that dynamically compiles less to css based on user inputs and have noticed significant memory leakage that crashes the app after running for about 30 minutes. Using the oink gem, …
mquan updated
11 years ago
-
Just discovered an issue on the spree 3.7 backend when an admin tried to add a payment on an order. For some reasons, credit card payment got rejected with the same error message no matter how many …
-
## Context
1. [PATCH] /api/v2/storefront/cart/set_quantity
- ```{ "quantity": true }```
2. [PATCH] /api/v2/storefront/account/addresses/{id}
- {id}=```1```
- ```{ "address":{ "…
-
Same problem as #368 and #355 with 0.13.4.pre2. I am not using a custom plan. I use rbenv and rbenv-bundler.
Here's the [stacktrace](https://gist.github.com/rickmzp/5a667f4b755ddd025ff1). thanks!
-
## Context : -
### Payment request submitted twice to Authorize.net and money is also deducted twice from credit card
This issue was not happening very frequently, but it happens once last week …