Search Discussions
-
Hi I am saving password with hashed_password and salt in table. Now I need to send those passwords via SMS can it be possible.Kindly give me some suggestion plz . Thanks in advance Cheers -- You ...
Honey ruby
Jul 24, 2013 at 2:44 pm
Jul 25, 2013 at 8:43 am -
Hi, I discovered a weird behavior when using a "belongs_to: record" association in Rails 4. Given two models A and B: class A < ActiveRecord::Base belongs_to :record, class_name: 'B', foreign_key ...
David
Jul 19, 2013 at 11:15 am
Sep 2, 2013 at 3:03 pm -
I've been approved for a new Rails web server - any suggestions on hardware, OS & setup? Rob -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group ...
Rob Daniels
Jul 23, 2013 at 3:00 pm
Jul 28, 2013 at 4:47 pm -
i have installed fedena (rails application) in my website http://www.technoadmin.com/ i have installed all plugins, gems, created and migrated the db. i have created the symbolic link like this ln -s ...
Muthu b.
Jul 17, 2013 at 12:08 pm
Dec 25, 2013 at 4:28 pm -
Rails 4.0.0, Ruby 2.0 class Title < ... ... has_many :comments def self.order_by_number_of_comments_descending select('titles.*, count(comments.id) AS comments_count'). joins(:comments) ...
Yaw
Jul 22, 2013 at 9:22 pm
Jul 24, 2013 at 11:19 am -
Hey, I have two applications I'd like to combine using a wrapper application. I thought about using engines but that turned out to be rather difficult. Does anyone know of a solution how to do this? ...
Patrick Bartels
Jul 17, 2013 at 7:06 am
Jul 22, 2013 at 9:20 pm -
Hi, I am trying to convert my application in hindi, I am stuck in the renaming submit button name, It works fine for hindi but not working for english, it gives syntax error, here is my submit button ...
Tushar Patil
Jul 17, 2013 at 11:24 am
Jul 19, 2013 at 7:23 am -
Hello Friends, Can anybody explain me, What is Rest mean in RUBY ON RAILS... -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups ...
Lekha p.
Jul 15, 2013 at 9:41 am
Jul 16, 2013 at 6:48 am -
How do I update my zsh if I am getting the error message, ” WARNING: In case of using Zsh, version 4.3.12 / 5.0.0+ is recommended, you have 4.3.11, errors to be expected.” when installing RVM? I am ...
Jayant S.
Jul 19, 2013 at 6:11 am
Jul 19, 2013 at 9:42 pm -
Dear Fellows, I hope you don't mind posting job offers on this mailing list. If you do, please drop us a line and we stop sending these exciting opportunities via your mailinglist. Webcrowd is a job ...
Kelly
Jul 3, 2013 at 8:11 pm
Jul 4, 2013 at 12:54 pm -
Hi, I want to authentication for sign in and sign out, i add gem file and create a user model using devise in rails3, i want to create a user for first sign in and sign out, how can i create, any ...
Tushar Patil
Jul 22, 2013 at 11:50 am
Jul 23, 2013 at 1:20 pm -
We have our RoR apps on cloud servers that can be blown away and rebuilt with the aid of chef. The only volatile data on the server is the database which we backup periodically and pull off to our ...
Peter Hickman
Jul 3, 2013 at 2:09 pm
Jul 5, 2013 at 6:31 am -
Hi I'm sorting some columns like this: MyModel.order("LOWER(column) ASC")... But these queries are quite slow. I'm on Postgres by the way. Does Rails support creating a lowercase index for these ...
Linus Pettersson
Jul 2, 2013 at 5:13 pm
Aug 15, 2013 at 10:38 pm -
Hi all, I have setup all the devise configuration. But facing issue in remember me. I check remember me checkbox before sign in and I can see cookie is created and user table is also get updated ...
Fahim Patel
Jul 30, 2013 at 7:48 am
Aug 1, 2013 at 10:43 am -
I have a lot of js files like new.js, index.js, create.js etc that handles my Ajax calls and other jquery code As the have many common code snippets I have tried to use partial js files For example I ...
Hans
Jul 28, 2013 at 9:40 am
Jul 28, 2013 at 12:17 pm -
I come from the ASP.NET world where I used to get a shared hosting plan at a host and simply deployed various projects to different folders via FTP, assigning various domain names to each folder ...
Nico S.
Jul 18, 2013 at 7:35 am
Jul 27, 2013 at 1:22 pm -
Hi all, first post! I have a question regarding where to start with a particular app I'm building. Hoping someone can set me on the right path. The scenario is pretty straight forward. This is the ...
Chris Sciolla
Jul 17, 2013 at 6:45 pm
Jul 19, 2013 at 9:37 pm -
Hello People, One of my application being developed in Rails 4 needs delayed job, but for some reason when I add this gem https://github.com/collectiveidea/delayed_job to my gemfile and run bundle, ...
Karthikeyan A k
Jul 8, 2013 at 11:15 am
Jul 19, 2013 at 9:19 pm -
My page doesn't load css and images in production mode. For css I get a path like "/appname/assets/...". What's wrong? Should be without appname. I tried the config.assets.paths but no luck. My app ...
Paul Bergstrom
Jul 15, 2013 at 10:04 pm
Jul 16, 2013 at 8:41 pm -
i try to Install and configure PHP apt-get install php5-fpm php-pear php5-common php5-mysql php-apc php5-gd it says php5 is not installed -- Posted via http://www.ruby-forum.com/. -- You received ...
Shamna m.
Jul 11, 2013 at 6:48 am
Jul 11, 2013 at 7:46 am -
how to use single login page for users in four models -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" ...
Ram kris
Jul 5, 2013 at 1:21 pm
Jul 10, 2013 at 2:26 pm -
Hi, With PHP applications (only experience I had before), all I needed to do is to FTP all required files, create MySQL username/pass & upload SQL structure, add this username/pass in any given ...
Southierobert
Jul 31, 2013 at 7:56 am
Aug 22, 2013 at 4:37 pm -
Hello, I am attempting to do a new db migration on an existing project however when I try to run the migration wizard it fails with the following error in my console window. I have already specified ...
Brian sur
Jul 23, 2013 at 4:31 pm
Jul 24, 2013 at 11:58 am -
Hi, I am learning Ruby. In the meantime, I have to make a simple app for a small company that I know how to make in PHP and MySQL. I have not started learning Rails yet (first I want to finish the ...
Arslan Farooq
Jul 15, 2013 at 10:55 am
Jul 16, 2013 at 3:25 pm -
Hi, I am stuck in a weird situation where in my production environment, an asset is being attempted to compress while rendering a view. I've all my assets put into public/assets folder via rake ...
Farukh D.M
Jul 11, 2013 at 11:24 am
Jul 15, 2013 at 10:49 am -
Hi Everyone, I *kind of* get the idea of *symbols*. So I need help to understand them more fully. --- config.yml config: some_setting: 'setting_one' another_setting: - 'element1' - 'element2' So how ...
Peter
Jul 12, 2013 at 4:23 am
Jul 13, 2013 at 1:01 am -
I've been asked to put together a simple intranet Wiki, but the only "server" I have available is a Windows 7 machine with Rails ( on Ruby 2.0 ) installed. I've been looking around for options which ...
Joel Pearson
Jul 9, 2013 at 10:47 am
Jul 10, 2013 at 12:20 pm -
Hi I have a Rail 4 with Postrgesql 9.1 setup that is working fine, apart from I just ran into an issue. Lets say I have a model called MyModel that has 150 records. If in IRB I try: Only 138 records ...
Zip py
Jul 5, 2013 at 5:07 pm
Jul 8, 2013 at 1:30 pm -
My third post here. I'm learning Rails. getting Oops! Google Chrome could not connect to localhost:3000 I reinstalled Ruby and Rails. I create the Rails new ???? then run Rails S or Rails server ...
Oliver David
Jul 4, 2013 at 8:07 pm
May 10, 2014 at 9:31 pm -
Hey Ruby on Rails Community i'm trying to Add Categories to my Rails app, but don't quite know how to do this. I have many Pins(Images) and want the user to be able to assign a category on those ...
Giannakis P.
Jul 20, 2013 at 7:56 am
Jul 21, 2013 at 7:38 am -
Hello everyone rails3.2 ruby 1.9.3 nginx 1.5 passenger 4 I'm using force_ssl<http://apidock.com/rails/v3.2.13/ActionController/ForceSSL/ClassMethods/force_ssl in a controller on our site, and certain ...
Vanderkerkoff
Jul 12, 2013 at 10:00 am
Jul 15, 2013 at 5:22 am -
Hello All, I want to schedule a mail every day. I used whenever gem. I added gem 'whenever' in my gemfile. Then in the terminal I did - "whenever ." which created a schedule.rb. In schedule.rd I ...
Avi
Jul 9, 2013 at 1:28 pm
Jul 11, 2013 at 12:20 am -
hi all, how to add name field to devise controller. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" ...
Mack gille
Jul 8, 2013 at 9:52 am
Jul 8, 2013 at 2:20 pm -
Why is the URL "id" element not part of the params objects after submitting a form via form_tag? Steps: 1. Go to URL http://localhost:3000/users/delete?id=45 2. Press Submit button 3. Read id param ...
Rodrigo Lueneberg
Jul 5, 2013 at 5:09 pm
Jul 6, 2013 at 12:09 am -
Hi all, I am newbie to ruby on rails, i want to move rail application from one server to another servers. can you please help me. -- You received this message because you are subscribed to the Google ...
Kishan kumar katamala
Jul 25, 2013 at 3:37 pm
Aug 12, 2013 at 12:07 pm -
hi i passed name and value in link_to but its not taking? <%if params[:deals][:company_name] !=nil && params[:deals][:company_name] == "dsec" % <%= link_to "Company Name ...
Rajesh kanna
Jul 29, 2013 at 3:01 pm
Jul 30, 2013 at 5:07 pm -
Is there a way to get an Apache vhost to start Puma automatically on a Rails app? I'm installing Apache and Puma on a linux ubuntu 12.04 box, first I tried it with Passenger but it seemed quite slow ...
Exel Dev
Jul 28, 2013 at 10:38 am
Jul 29, 2013 at 2:05 pm -
Hello all! Background: I have a table consisting of roughly 14k rows running on postgresql. I want to do this in a performance friendly way. y TimedAsset.count (1.6ms) SELECT COUNT(*) FROM ...
Marcin longlastname
Jul 27, 2013 at 1:23 pm
Jul 28, 2013 at 10:41 am -
Hey there. I'm a complete noob when it comes to Rails, and Ruby for that matter. I've been trying to make my way through the Getting Started with Rails page on the RoR Guides site ...
Night School
Jul 24, 2013 at 3:47 am
Jul 27, 2013 at 2:10 am -
I have many questions... Joe -- 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 ...
Jmcguckin
Jul 23, 2013 at 1:36 am
Jul 24, 2013 at 11:41 pm -
Hi, I'm getting this error while deploying to a dev machine with cap:deploy executing "cd -- /home/ubuntu/deployments/appreleases/20130723233947 && RAILS_ENV=production RAILS_GROUPS=assets rake ...
João Pereira
Jul 23, 2013 at 11:43 pm
Jul 24, 2013 at 11:37 pm -
Hi all, In my controller I am doing the following to populate a nested form for a has_many through association: def new @specification = Specification.new Component.find_each.each do |component| ...
James Gray
Jul 22, 2013 at 9:22 pm
Jul 23, 2013 at 5:24 pm -
We use twitter bootstrap as it was recommended by a developer here last year. Everything done in bootstrap kind of has a similar look to it. I feel like I am a stronger back end developer. I have ...
Jedrin
Jul 12, 2013 at 3:02 pm
Jul 18, 2013 at 6:17 am -
hi, im a new rails developper, and i try to create an action into a controller to do something like that: when u user purshase an item, his godparent (user contact) will receive money. i create the ...
Baby rails
Jul 15, 2013 at 12:22 pm
Jul 16, 2013 at 6:59 am -
I have to build some report screeen for my project I want to use highcharts-rails gem to build this screen I research some document about it but I want someone have ever done with highcharts-rails ...
Haxuan lac
Jul 16, 2013 at 3:41 am
Jul 16, 2013 at 5:39 am -
Hi all, Can some tell me why we need a $GEM_PATH location per ruby versions when using tools like RVM & rbenv? I would like to switch between rubies without always need to download the gem's a second ...
Luke Hamilton
Jul 13, 2013 at 6:20 am
Jul 14, 2013 at 12:34 pm -
I am using rbenv. Just a quick question: Is it good practice to include binstubs in version control? I have looked at the binstubs created; they look pretty harmless. -- You received this message ...
Thomas Chik
Jul 13, 2013 at 2:00 pm
Jul 13, 2013 at 10:37 pm -
hi... i am using two devises in rails 4 application,i need the routes for those devises. rails 4 is new feature for routes -- Posted via http://www.ruby-forum.com/. -- You received this message ...
Mack gille
Jul 8, 2013 at 8:05 am
Jul 10, 2013 at 2:14 pm -
Hello, I'm learning rails and starting to try to refactor code that repeats itself.. I have several lines of code like the following and wonder if there is a more efficient way to do this. Any ...
Dave Castellano
Jul 3, 2013 at 2:49 am
Jul 3, 2013 at 3:59 am -
Hi, Am heading the recruitment for an IT Company. Tavant Technologies is an IT solutions and services provider that employs cutting-edge and emerging technologies to provide game-changing results for ...
Shruthi Rangaraj
Jul 27, 2013 at 1:24 pm
Aug 6, 2013 at 5:18 pm
Group Overview
group | rubyonrails-talk |
categories | rubyonrails |
discussions | 181 |
posts | 643 |
users | 154 |
website | rubyonrails.org |
irc | #RubyOnRails |
154 users for July 2013
Archives
- June 2016 (104)
- May 2016 (177)
- April 2016 (212)
- March 2016 (326)
- February 2016 (262)
- January 2016 (347)
- December 2015 (363)
- November 2015 (424)
- October 2015 (268)
- September 2015 (377)
- August 2015 (290)
- July 2015 (535)
- June 2015 (430)
- May 2015 (335)
- April 2015 (458)
- March 2015 (348)
- February 2015 (388)
- January 2015 (436)
- December 2014 (433)
- November 2014 (370)
- October 2014 (329)
- September 2014 (419)
- August 2014 (468)
- July 2014 (504)
- June 2014 (72)
- May 2014 (313)
- April 2014 (488)
- March 2014 (484)
- February 2014 (403)
- January 2014 (422)
- December 2013 (322)
- November 2013 (371)
- October 2013 (478)
- September 2013 (436)
- August 2013 (448)
- July 2013 (643)
- June 2013 (559)
- May 2013 (750)
- April 2013 (575)
- March 2013 (791)
- February 2013 (578)
- January 2013 (687)
- December 2012 (681)
- November 2012 (874)
- October 2012 (928)
- September 2012 (1,187)
- August 2012 (905)
- July 2012 (1,015)
- June 2012 (916)
- May 2012 (836)
- April 2012 (1,031)
- March 2012 (1,125)
- February 2012 (1,678)
- January 2012 (1,451)
- December 2011 (1,289)
- November 2011 (1,257)
- October 2011 (1,239)
- September 2011 (551)