[Rails] tags in post and comment

2015-03-02 Thread Selvag Ruby
Hi Rubiest, I've created a Sample Facebook app, (i.e) Post and comment. I've done and I need to tagging feature here. Assist me to build my ideas. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group

[Rails] Upload a data using the url of the item without download it locally.

2015-02-20 Thread Selvag Ruby
Hi guys, As I upload a image by giving only the url of the item like "http://www.happybirthday-cards.com/wp-content/uploads/2014/09/happy-birthday-pictures-11.jpg";. Where the exact image should be stored in the storage(eg. AWS S3 bucket) for the future process. Please give your suggestions/ideas

[Rails] Re: extconf.rb failed error during $bundle install

2014-08-22 Thread Selvag Ruby
Colin Law wrote in post #1155692: > On 22 August 2014 06:58, Selvag Ruby wrote: >> Hi expects, >> Please give a solution to this problem. I use Ubuntu. >> ... >> Gem::Ext::BuildError: ERROR: Failed to build gem native extension. >> >> /home/selv

[Rails] extconf.rb failed error during $bundle install

2014-08-21 Thread Selvag Ruby
Hi expects, Please give a solution to this problem. I use Ubuntu. I've shown the error like "Make sure that `gem install -v 'x.x.x'` succeeds before bundling." in Windows7 too. selvag@selvag:~/webapp$ bundle install Fetching gem metadata from https://rubygems.org/. Resolving dependencies

[Rails] Shall I use Rails 4.x.x

2014-07-02 Thread Selvag Ruby
Hi, I'm using Ruby 1.9.3 for programming. I need to update Rails 3.2.6 to 4.x, which kind of version is comfortable with Ruby 1.9.3? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscrib

[Rails] I want to be clear about RSpec.

2014-03-13 Thread Selvag Ruby
Can you say the easiest tutorial/guidance to learn RSpec? Actually I'm reading 'The RSpec Book', there are two things explained 'RSpec' and 'Cucumber'. 1. Should I learn both of these for testing? 2. What is the forum to RSpec? 3. What's the first to write, .rspec or .rb? -- Posted via http://ww

[Rails] Steps to develop a Rails app.

2014-03-06 Thread Selvag Ruby
Hi Rails people, I've plan to develop own Rails app based on very simple concepts like Student mark sheet, where we can do: 1. Add a new marks(m1,m2,m3) of a student, 2. Delete a existing marks of a student, 3. Edit any existing mark(s) of a student, 4. List of students mark in a view. consider as

[Rails] GET/POST/PUT/DELETE

2014-03-03 Thread Selvag Ruby
I trying to understand the purpose of each request of GET/POST/PUT/DELETE, generally we are using those in routes.rb of our Rails App. I need exact explainition with example of each one in Rails app. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscrib

[Rails] Re: error at new rails app creation

2014-01-29 Thread Selvag Ruby
I've Windows7, Ruby 1.9.3 and Rails 3.2.6 -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+uns

[Rails] error at new rails app creation

2014-01-29 Thread Selvag Ruby
In cmd prompt, I just tried to new rails app using, ~/documents>rails new app_name It throws an error as, Gem::InstallError: The 'json' native gem requires installed build tools. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Grou