Re: [Rails] Re: Devise question

2012-11-17 Thread Casey Ellett
On Sat, Nov 17, 2012 at 11:47 AM, Dave Castellano wrote: > Thank you ! > > I also found this which seems to work well... > > routes.rb: > > authenticated :user do > root :to => 'users#show' > end > > root :to => "home#index" > Nice! That I did not know about. Casey > > -- > Posted vi

Re: [Rails] Devise question

2012-11-16 Thread Casey Ellett
On Fri, Nov 16, 2012 at 1:32 PM, Dave Castellano wrote: > Using Devise and would like to redirect to a different page upon > sign-in. There is no controller for Devise sessions, so my question is > where is the method associated with a new session so I can redirect > signed-in user to a different

[Rails] Re: FasterCSV

2009-07-28 Thread Casey Ellett
On Tue, Jul 28, 2009 at 10:07 AM, Craig White wrote: > > have problem with getting output. I get an error no matter how I try to > get output... > > NoMethodError in Reports#commissions_export > > Showing app/views/reports/commissions_export.erb where line #26 raised: > > undefined method `send_da

[Rails] Re: Authentication Plugins

2008-12-22 Thread Casey Ellett
I second that. Casey On Mon, Dec 22, 2008 at 1:06 PM, Joshua Abbott < rails-mailing-l...@andreas-s.net> wrote: > > restful-authentication all the way. It's always worked for any project > I've needed user auth for. > > -- Josh > http://iammrjoshua.com > > DAZ wrote: > > Just wondering what peopl

[Rails] Re: Curl::Multi post

2008-11-10 Thread Casey Ellett
Nevermind - I'm going to use the Curl::Easy way instead. On Mon, Nov 10, 2008 at 2:37 PM, casey.ellett <[EMAIL PROTECTED]>wrote: > > I'm having trouble finding documentation on the curl-multi gem. > > I need to post some xml to a webservice - I've done this in PHP > before. > > so far : > > requi

[Rails] Re: Need to generate xml to be stored in a database

2008-11-04 Thread Casey Ellett
I got this sorted out. I ended up creating the new ActiveRecord object and passing the xml from builder into that. Thank you for your help. On Tue, Nov 4, 2008 at 2:31 PM, Casey Ellett <[EMAIL PROTECTED]> wrote: > I'll give this a go tonight. Thanks. > > > On Tue,

[Rails] Re: Need to generate xml to be stored in a database

2008-11-04 Thread Casey Ellett
I'll give this a go tonight. Thanks. On Tue, Nov 4, 2008 at 12:02 PM, Sheryl Barrow <[EMAIL PROTECTED]> wrote: > > > On Tue, Nov 4, 2008 at 11:09 AM, Frederick Cheung < > [EMAIL PROTECTED]> wrote: > >> >> >> > Or am I going down the wrong path here? I don't actually need to >> > view the xml at

[Rails] Re: Need to generate xml to be stored in a database

2008-11-04 Thread Casey Ellett
save it to pull it later if need be. Thanks for taking an interest in helping me out, by the way. On Tue, Nov 4, 2008 at 9:19 AM, Frederick Cheung <[EMAIL PROTECTED] > wrote: > > > On 4 Nov 2008, at 13:54, Casey Ellett wrote: > > > I have successfully been able to create

[Rails] Re: Need to generate xml to be stored in a database

2008-11-04 Thread Casey Ellett
I have successfully been able to create the xml I needed as a view, but how do I go from that to storing it as a record in the database? On Mon, Nov 3, 2008 at 5:44 PM, Frederick Cheung <[EMAIL PROTECTED] > wrote: > > > > On Nov 3, 9:51 pm, "casey.ellett" <[EMAIL PROTECTED]> wrote: > > Forgive m