[Rails] Re: Generated objects in the view are stacking incorrectly?

2016-03-19 Thread Hazina Samuel
LATTER THINGS -- 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+unsubscr...@googlegroups.com.

[Rails] Error in GITHUB

2015-04-14 Thread Kagiso Samuel Ramolotja
Hi, all Please help with the following code, I think one line is giving the error. What can I do below to make the code to output 1,7,Testing, nil, 321 def output_values(*values) values.each do |value| if value == nil puts Nil value return end puts value end end

[Rails] (JOBS) Hiring RoR Senior Developers - Chennai

2014-08-18 Thread samuel . s
ZANEC is adding *RoR Senior Developers* to work in the development and production of interactive technology solutions for our clients. Technical specs: - Setup and deploy a Rails App for production - Understand the Rails stack - callbacks, filters, plugins, engines,

[Rails] Amazon S3

2014-02-27 Thread Samuel Sosina
Hi, I am currently trying to upload images on to Amazon S3 using paperclip for my rails app. The upload seems to work locally, however I receive the following error in *production* - * ArgumentError (missing required :bucket option):* * app/controllers/meals_controller.rb:34:in

Re: [Rails] Rails upload video using paperclip

2014-01-24 Thread Samuel Tekleab
I am using paperclip to upload images but I don't know how to upload video. Is there any one who can help me. Thanks -- 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

[Rails] search gem

2014-01-19 Thread Samuel Sosina
hi, I am in need of a robust search gem. example used case would be customer looking for cars based on specific requirements, sort of like autotrader.com. I've looked into a few over at ruby toolbox but still undecided and curious to know what what the community advise.

[Rails] [activesupport::configuable] hash access

2013-02-01 Thread Samuel Laulhau
Hello, I was writting my Kaminari initializer file, I encountered some problem to import my configuration from a yml file to the Kaminari::configuration that's use ActiveSupport::Configurable actually. ActiveSupport::Configurable provides some method to access the configurable keys, here is

[Rails] Update Paramaters with link_to?

2012-12-21 Thread Samuel Smith
link_to Click Me, ? When the link is clicked, I want to increment the value of @project.status_id Not finding any FAQs on how to do this. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group, send email to

[Rails] Fear of sharing

2012-03-25 Thread Samuel Mensah
Hi guys, I have an idea for a cool web application but i'm not done learning ruby... almost. I plan to move on to learning rails when i'm okay with using ruby which should be in about 2 months I suppose. I'm itching to develop this app but that will only happen when i'm done with rails which is

[Rails] Re: Fear of sharing

2012-03-25 Thread Samuel Mensah
Team is much, much more important to success than Product. Build your team. Then build your product. I've thought of this for a while but the fact that you mentioned it which rings a bell means I should consider it which I have and I'm going to post it as a new topic and anyone interested

[Rails] Re: An idea for the Rails community

2012-03-25 Thread Samuel Mensah
Practically every social network feeds news and updates to it's users... not sure why you singled out Twitter on that one. I know what you mean, but I know what I'm on about :) Thanks for pointing that out though -- Posted via http://www.ruby-forum.com/. -- You received this message because

[Rails] How much ruby should I know prior to learning rails?

2011-11-25 Thread Samuel Mensah
Hi :) I've been reading Chris Pine's Learn to program for about a month now and I'm not done yet... I'm just beyond half-way through the book I'm yet to learn Reading and Writing, Saving and Loading, Classes, Blocks and Procs... Must I necessarily finish these before attempting to learn rails or

[Rails] Re: How much ruby should I know prior to learning rails?

2011-11-25 Thread Samuel Mensah
Thanks a lot, and yes rails is the main reason I started learning ruby :) I guess I have to read rather quickly and catch up faster to classes and blocks and check out other books if it helps then start with rails :) thanks again -- Posted via http://www.ruby-forum.com/. -- You received

[Rails] Do I need only Ruby on Rails?

2011-09-01 Thread Samuel Mensah
Hi, I noticed on a couple of sites and blogs that Twitter is one of the major websites coded in rails (though I learnt they're switching to scala). I'm currently learning ruby as a beginner to later carry on to Ruby on Rails with the sole aim of developing a website similar to twitter...(the

[Rails] rails generate creates application

2011-03-06 Thread Samuel Sternhagen
I am trying to run the command 'rails generate'. According to RubyonRails.org this should show me what generators are available. When I run the 'rails generate' command with no options it creates an application named 'generate'. Does anyone know why this is happening? information from:

[Rails] Re: free ruby on rails hosting?

2010-10-03 Thread Samuel Sternhagen
Greg Donald wrote: On Thu, Dec 11, 2008 at 2:47 PM, Heinz Strunk rails-mailing-l...@andreas-s.net wrote: does anyone know any free ror webspace? I don't wanna have my computer running 24/7 for some small websites. http://letmegooglethatforyou.com/?q=free+ror+webspace -- Greg Donald

[Rails] Re: Newbie Rails Issue

2010-09-02 Thread Samuel Jackson
Zoltan Gero wrote: Hi Samuel, yes, this tutorial is pretty old. The other one, which suggested here, is not free of charge. If you are up to pay for a book, than I would suggest Pragmatice Bookshelf's books: http://www.pragprog.com/titles/rails3/agile-web-development-with-rails-third

[Rails] Newbie Rails Issue

2010-09-01 Thread Samuel Jackson
Hi People, Ultra noob here. I recently installed Ruby 1.9.2 and Rails 3.0 on Ubuntu10.04. I have mysql server version 5.1 installed. I also have the mysql2 database connector *** LOCAL GEMS *** abstract (1.0.0) actionmailer (3.0.0) actionpack (3.0.0) activemodel (3.0.0) activerecord (3.0.0)

[Rails] Re: will_paginate

2010-08-31 Thread Samuel Flores
you just need to have mongrel gem installed on your system and `ruby script/server` will run with it. On Aug 31, 6:44 am, Colin Law clan...@googlemail.com wrote: On 31 August 2010 10:33, Jeff Chen jeffchen1...@gmail.com wrote: On 8月31日, 下午3時57分, Colin Law clan...@googlemail.com wrote: ...

[Rails] Re: Update HABTM associations the restful way

2010-08-26 Thread Samuel Flores
You could try to integrate with a JavaScript solution like http://j.mp/4LdS8r (see the example) then you should send the data to the server like in the checkboxes way: sections[contents][]. Here's the link of a simple jQuery plugin I created for that (it's a little incomplete)

[Rails] Re: Rails3 Engines (mountable apps)...

2010-08-04 Thread Samuel Kadolph
H.J. Blok wrote: Hello, I've a question about Rails 3 Engines. I'm looking everywhere for good documentation on this subject, but didn't find it. I'm trying to create a mountable app (embedding a Rails application in another Rails application). Both the 'base' application and the

[Rails] Re: Has many_through, how to show only unassociated fields for a category?

2010-06-03 Thread Samuel
- @category.fields Btw, you may want to exchange :categoryFields for :category_fields. On Jun 2, 5:49 pm, Samuel gb.sam...@gmail.com wrote: Hi everybody, I'm using ruby 1.9.1, with rails 2.3.*. I have an application of products and categories, but I want each type of product to have specific

[Rails] Has many_through, how to show only unassociated fields for a category?

2010-06-02 Thread Samuel
, and how do I do each of them? Thanks a lot in advice, for any help Samuel Brandão w...@samuelbrandao.com.br -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group, send email to rubyonrails-t...@googlegroups.com

[Rails] Encoding problems, applying a patch, how to???

2010-05-05 Thread Samuel
So, i'm facing issues with encoding, since I need to write an application in portuguese-brazilian. This is the error i'm getting: incompatible character encodings: UTF-8 and ASCII-8BIT The curious thing is that i have a few other views with special characters, like Á or Ç, and all of them works.

Re: [Rails] rubygems

2009-12-08 Thread samuel gilman
wow, thanks so much for taking your time and doing some research. But, I don't have Merb. Thanks again. Sam On Tue, Dec 8, 2009 at 1:17 AM, Kristian Hellquist kristian.hellqu...@gmail.com wrote: Tried this http://kl93.blogspot.com/2008/08/add-and-remove-remote-source-from-gem.html ? --

Re: [Rails] rubygems

2009-12-08 Thread samuel gilman
Hellquist kristian.hellqu...@gmail.com wrote: The step that fixed Dougs problem was to set another source for the gems. sudo gem sources -a http://gems.github.com 2009/12/8 samuel gilman samuelgil...@gmail.com: wow, thanks so much for taking your time and doing some research. But, I

Re: [Rails] rubygems

2009-12-08 Thread samuel gilman
for your help! Sam On Tue, Dec 8, 2009 at 2:26 AM, samuel gilman samuelgil...@gmail.comwrote: Thanks, again. But I have tried that too. Very strange problem. Maybe it has something to do with a slow connection. I currently in Shanghai. But I posted a comment on Craiglist and other Rails

Re: [Rails] Searchlogic tutorial out of date for pagination documentation doesn't cover helper method, per_page_select

2009-12-08 Thread samuel gilman
Um maybe, Ryan Bates did a Screencast on this topic. I'm sure you know about his site. If not... google Railscasts Thinking Sphinx I don't know if it is V2, but he does cover pagination and it seemed as most stuff in his casts fairly straightforward. BOL, Sam On Tue, Dec 8, 2009 at 2:36 AM,

Re: [Rails] Re: Searchlogic tutorial out of date for pagination documentation doesn't cover helper method, per_page_select

2009-12-08 Thread samuel gilman
oh, sorry, I thought I saw him cover :per_page and stuff. Oh, woops. Try thinking_sphinx It is a full text search. That was the Screencast I was recalling. I've currently working on thinking_sphinx. However, I have been stumped on a gem install problem which I have finally solved on the fourth

Re: [Rails] Account name added to URL

2009-12-08 Thread samuel gilman
Hi, did you consider using permalinks? I use them to hide users account Id and for SEO purposes. Sam On Tue, Dec 8, 2009 at 11:47 AM, tispratik tispra...@gmail.com wrote: Hi, How do we add default path to each route according to the account? ex:) My Webapp resides at www.example.com If I

Re: [Rails] Generate Script

2009-12-08 Thread samuel gilman
No your script/generate is fine. Forgive me if this is too obvious but possibly check to see if the method was added to the about_controller. Sam -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group, send email to

[Rails] ActiveResource - Two simple questions

2009-09-10 Thread Samuel Richardson
I'm struggling a bit with implementing ActiveResource on a custom RESTful API. Firstly, I can't seem to disable the transforms it does when it parses the XML. For example CamelCase gets rendered as camel_case, likewise underscores get converted to dashes. The docs page for ActiveResource

[Rails] Problems with EasyEclipse Ruby Rails 1.2.2.2

2009-01-07 Thread Samuel Nilsson
the program an error popup is shown: An error has occurred. See the log file. /home/samuel/rails_apps/.metadata/.log. What is this? When I check the log file it says the following: !SESSION 2009-01-07 15:47:36.488 --- eclipse.buildId=M20070212-1330 java.version