-
Source maps don't appear to be working when creating a new edge rails app.
Creating a new rails app, adding a basic / empty controller, action, view, and then adding a simple coffeescript file with a…
-
Hi,
I did things as simply as possible:
- orats new my_project
- docker-compose up --build
- everything launches correctly
- going to 0.0.0.0:3000
Then I got the following error:
```
Rack::Timeout:…
-
somewhen in the last 24h i started getting an error similiar to #157, yesterday everything was working, so i am assuming it is not a duplicate of #157 but facebook must have changed something
upgr…
-
Hi
first of all thanks for the great tomcat module. Unfortunately there seems to be an issue with the puppet 3.6.2 package on RHEL 7. For example, when I simply try to install tomcat 7 with your modu…
-
Pressing "Start Streaming" always results in "An unspecified error occurred while recording.". In the console there's the following output, regardless of the selected ingest server:
```
warning: rtmp…
-
Hi!
I've been using ROT for a while, and for my particular game it seems I've run into some memory leaks. I definitely have some of my own at the moment, but internally ROT seems to be eating a _ton_…
-
I have been upgrading one of my larger applications to Rails 5 this week, and have hit a pretty big wall when trying to fire up my server involving ExecJS, here's from better_errors:
``` ruby
ExecJS:…
-
```
Ubuntu 16.04
Puppet 3.8.5
Hiera 3.1.2
Ruby 2.3.0
==
hiera.yaml
:backends:
- connect
:connect:
:datadir: "/etc/puppet/connectdata"
:hierarchy:
- common
==
/etc/puppet/connectdata/common.confi…
-
So I was thinking about the problem I have with Mesh Colliders causing a significant delay in user experience when removing/placing blocks rapidly.. there is a noticeable pause everytime compared to p…
XeonG updated
8 years ago
-
I receive the following error when I use `Rails.logger.actions.info('message')` in my auth/registrations_controller.rb class.
The log has been created, and it works in other areas of my app, but not …