About the Rubyists Group
This... more »
Have something to say?
Join LinkedIn for free to participate in the conversation. When you join, you can comment and post your own discussions.
Join LinkedIn-
A Facebook Group ruby-lang.org
There is a new way to communicate with your fellow Ruby developers....
-
YAML(YAML Ain’t a Markup Language)
http://www.idyllic-software.com/blog/yamlyaml-aint-a-markup-language/
-
Cloud based REST APIs to work with File Formats
Saaspose is a cloud based REST API which works with a variety of file...
Work with Different File Formats using Cloud Based Saaspose REST APIs -
Interesting Read and possible Government Future for Open Source v3.co.uk
The government has revealed that it is considering implementing...
Most Popular Discussions
10 Ruby One Liners to Impress Your Friends programmingzen.com
Someone came up with a list of 10 one-liner examples that are meant to showcase Scala’s expressiveness. A CoffeeScript version quickly emerged, so I thought I’d publish a Ruby one. I find Ruby’s syntax to be a bit cleaner than...

Building Streaming REST APIs with Ruby intridea.com
Twitter popularized the term "firehose API", to mean a realtime stream of data sent through a persistent connection. But even if you're not a realtime service, streaming APIs are great for pushing data from the backend to...

Ruby OpenSource Challenge - Want to help your favorite Ruby OpenSource projects and win amazing prizes? signup.rubyosc.com
Join the Ruby OpenSource Challenge and give back to the...

Easier Atomic Commits blog.hashrocket.com
As a practitioner of good source control, you and your team have decided to make all of your git commits atomic within your projects. That is, every commit has a green test suite, and you prefer small, incremental commits to...

Can any one tell me about the Grid view in Ruby on Rails?
I need to have a large number of data from the database in my webpage and then it should update and delete any row or cell in the grid. ...

I am learning ruby on rails for my current project. I configured active admin plugin for the same and integrated it with mysql data base....
Is it possible to change the look and feel of pages if I use active admin? If so how can I do that?
I started with http://activeadmin. ...

Newbie needs to know when to use a module vs class. When using selenium-webdriver gem
I'm new to ruby and have a question. If I use a gem (selenium-webdriver) to accomplish a particular function how do I package that code ...


I am beginner in ruby so kindly help resolve this problem. how to pass the string in File.open(...)
Filename=gets.to_s
File.open(Filename,"a+").
This code showing following error
D:/Ruby193/test/lib/files.rb:18:in `initialize': ...
