Posts by Alessandro Sales • 109 points
8 posts
-
0
votes2
answers202
viewsQ: How to create a Ruby On Rails application (not just an API) and provide some routes as an API
Hello, I am developing a common system with ROR and it has a structure not only of an API, as it has its views and everything else. The point is that I will also build an API to serve it to a mobile…
-
0
votes0
answers23
viewsQ: Problem uploading iPhone to a Cordova app
Hello, I am working on a project in which I have to serve an external and responsive website from a Cordova app. Almost everything works as expected, but I’m having problems with uploading images on…
-
0
votes1
answer287
viewsQ: Uploading images with added element in the image
Hello I need to upload where, in the image, the client can add a visual element to mark something. I’ll need something via javascript to do the visual interaction before uploading(simplest part).…
-
2
votes2
answers752
viewsQ: Cordova Geolocalization
I’m having a very strange problem, I have an app running for a year and after a few months without updates when making a new release I realized that the geolocation was not working properly. When I…
-
3
votes4
answers396
viewsQ: Select without id field (Ror)
I am with a very silly doubt, I am making a system with Ruby on Rails and I need to make a select where the id field does not come, the problem is that this field is always present, for example:…
-
2
votes1
answer207
viewsQ: Laravel 4.2 - 405 Method Not Allowed
I have a route that was working normally and stopped working for no apparent reason. It has the following configuration: Route::put('/clientes', 'Clientes@update'); The mistake I get is: Method Not…
-
0
votes0
answers160
viewsQ: Error while initializing my application on Rails
My application was already running for some time without problems, I myself configured the environment in a virtual machine. I had to stop the server and when I went startar again I had this little…
-
3
votes1
answer4847
viewsQ: "Failed to connect to 127.0.0.1:27017, Reason: Errno:111 Connection refused" starting mongodb
I installed mongodb as suggested on the official website(*), started the service, but when I tried to use the Mongo command on the terminal the following error was returned:…
mongodbasked Alessandro Sales 109