Re: [Rails] i need to send an email for every row in a result set without using any services

2015-10-05 Thread fugee ohu
I figured it out thanks The guide you recommended was helpful Thanks again On Monday, October 5, 2015 at 3:30:20 PM UTC-4, Colin Law wrote: > > On 5 October 2015 at 20:18, fugee ohu > > wrote: > > First, before you think to recommend I'm not gonna give my mailing list > any > > third party ser

Re: [Rails] i need to send an email for every row in a result set without using any services

2015-10-05 Thread Walter Lee Davis
On Oct 5, 2015, at 4:59 PM, tamouse pontiki wrote: > On Mon, Oct 5, 2015 at 3:21 PM, Colin Law wrote: > On 5 October 2015 at 20:58, fugee ohu wrote: > > I"m sorry That's not right Anyone else? > > That guide only discusses sending a single email to multiple recipients > > That is what you sai

Re: [Rails] i need to send an email for every row in a result set without using any services

2015-10-05 Thread tamouse pontiki
On Mon, Oct 5, 2015 at 3:21 PM, Colin Law wrote: > On 5 October 2015 at 20:58, fugee ohu wrote: > > I"m sorry That's not right Anyone else? > > That guide only discusses sending a single email to multiple recipients > > That is what you said you wanted to do. You said you "need to send > them a

Re: [Rails] i need to send an email for every row in a result set without using any services

2015-10-05 Thread Colin Law
On 5 October 2015 at 20:58, fugee ohu wrote: > I"m sorry That's not right Anyone else? > That guide only discusses sending a single email to multiple recipients That is what you said you wanted to do. You said you "need to send them all an email once a month". If you want to send a different em

Re: [Rails] i need to send an email for every row in a result set without using any services

2015-10-05 Thread fugee ohu
I"m sorry That's not right Anyone else? That guide only discusses sending a single email to multiple recipients On Monday, October 5, 2015 at 3:30:20 PM UTC-4, Colin Law wrote: > > On 5 October 2015 at 20:18, fugee ohu > > wrote: > > First, before you think to recommend I'm not gonna give my ma

Re: [Rails] i need to send an email for every row in a result set without using any services

2015-10-05 Thread Colin Law
On 5 October 2015 at 20:18, fugee ohu wrote: > First, before you think to recommend I'm not gonna give my mailing list any > third party services because I'm not giving them my precious mailing list to > use or sell or disclose I just finished reading Agile Web Development with > Rails and the boo

[Rails] i need to send an email for every row in a result set without using any services

2015-10-05 Thread fugee ohu
First, before you think to recommend I'm not gonna give my mailing list any third party services because I'm not giving them my precious mailing list to use or sell or disclose I just finished reading Agile Web Development with Rails and the book had no discussion of sending emails to every row

[Rails] Re: ERROR: While executing gem (Errno::ECONNREFUSED) Connection refused - recvfrom(2)

2015-10-05 Thread Matt Jones
On Thursday, 24 September 2015 17:21:05 UTC-4, Ruby-Forum.com User wrote: > > Hello I'm trying to install bundler using this command > > gem install bundler > > Once i run the command this comes out > > ERROR: While executing gem ... (Errno::ECONNREFUSED) > Connection refused - recvfrom(

[Rails] How can i import active admin controllers to my active support test?

2015-10-05 Thread Sadaf Noor
I want to use this at my test file: @controller=Admin::PostsController but it says: NameError: uninitialized constant Admin::PostsController /media/mydata/projects/proj/test/proj_test.rb:23:in `test_activ' I suppose it has failed to import PostsController. How can I do that? Note: from rai

Re: [Rails] Statusify: An open-source web-application status app, written entirely in Ruby on Rails.

2015-10-05 Thread Hassan Schroeder
On Sun, Oct 4, 2015 at 5:01 AM, Umang Raghuvanshi wrote: > Statusify is like one of those apps you run on status.*.com. It informs your > about current service incidents, and keeps them updated. What are "service incidents"? Your demo login doesn't work for me ("Bad email or password."), and th

Re: [Rails] Sorcery Activity loggings

2015-10-05 Thread Albert Ramstedt
Firstly, you could most certainly change the gem you use to output explain information. The easy way if you have the data locally, is just to do "bundle open " and edit the gems code to do this. Otherwise fork on github, insert debugging logging in your fork, switch to using your fork instead of th

[Rails] Rails 4 and Assets

2015-10-05 Thread Mario Scondo
Hello, do you know this scenario:? * you are writing a new appliation and you are utilizing a current Rails 4 release * when running in development mode everything is working fine * and when you are ready with development and you just have to package and deploy the application a major problem

[Rails] Automatically create and migrate-up database schemas

2015-10-05 Thread Mario Scondo
Hello, Rails is an application framework with code generation and a number of integrated features for getting started quickly. However, when dealing with application upgrades there are a number of manual steps required admins have to perform, else Rails appslications will not run. Want do

[Rails] Endless scroll

2015-10-05 Thread Hans
I develop an application in rails 3.2 and ruby 1.9 I am using endless scrolls as described in railcars 114. I works fine except when I try to use it on a remote table with remote will paginate. Then there is already an index.js file and I cannot find out how to use endless scrolling this situat