Posts by Julinho da Adelaide • 111 points
3 posts
-
0
votes1
answer365
viewsA: require command does not work on Gem for ruby
In fact, any require Gem dependency in ruby must be declared at the beginning of the code, within the file . Rb An example is: require 'rubygems' require 'bundler' require 'date' After this it is…
-
1
votes1
answer365
viewsQ: require command does not work on Gem for ruby
I installed the Ruby, the Railsinstaller and the Rubydevkit no on partition C (e.g. c: Ruby23-x64). Execution in cmd ruby -v appears the version of ruby installed smoothly. Executed Gem install…
-
0
votes1
answer57
viewsQ: Store JSON data in Amazon RDS
Is there any way to save data from a JSON online to an Amazon database dynamically? I’m trying to consume the data of a site but I’m not getting.
awsasked Julinho da Adelaide 111