Re: [Rails] Re: last saved record not retrieving .

2018-01-27 Thread fugee ohu
On Saturday, January 27, 2018 at 4:05:20 PM UTC-5, Colin Law wrote: > > On 27 January 2018 at 20:59, fugee ohu > > wrote: > >> >> >> On Saturday, November 3, 2012 at 7:46:47 AM UTC-4, Fahim Patel wrote: >> >>> >>> . >>> >> >> You're missing a respond_to do format block >> >> > You realise y

[Rails] importing from csv file with datashift_spree causes thor error

2018-01-27 Thread fugee ohu
ERROR: "thor csv" was called with arguments ["-i,", "-m,"] Usage: "thor datashift:import:csv -i, --input=INPUT -m, --model=MODEL" I was using it like this: thor datashift_spree:load:products -i, --input=products_export.csv -- You received this message because you are subscribed to the Googl

Re: [Rails] Re: last saved record not retrieving .

2018-01-27 Thread Colin Law
On 27 January 2018 at 20:59, fugee ohu wrote: > > > On Saturday, November 3, 2012 at 7:46:47 AM UTC-4, Fahim Patel wrote: > >> >> . >> > > You're missing a respond_to do format block > > You realise you are five years late responding to this problem. Colin -- You received this message beca

[Rails] Re: last saved record not retrieving .

2018-01-27 Thread fugee ohu
On Saturday, November 3, 2012 at 7:46:47 AM UTC-4, Fahim Patel wrote: > > > Hi all, > > > from last 1 hour i am facing one problem. > > I have written a code for creating user and show them in index page after > save. > > Code is working perfectly but on index page i am getting all record till

[Rails] using params[:...] in views

2018-01-27 Thread fugee ohu
I used params[:...] in some views instead of @object.param by mistake but it works Can someone please explain -- 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

[Rails] mountable blog engine

2018-01-27 Thread fugee ohu
A mountable blog engine is usually something that lets users create blogs and then the public can view a particular users blog? -- 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

[Rails] mountable blog engine

2018-01-27 Thread fugee ohu
A mounta -- 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. To post to this group, send email to rubyonrails-t

[Rails] blogit gem

2018-01-27 Thread fugee ohu
I'm using this gem but I don't see where the public is supposed to be able to view a particular users blog -- 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

[Rails] Re: last saved record not retrieving .

2018-01-27 Thread fugee ohu
On Saturday, November 3, 2012 at 7:46:47 AM UTC-4, Fahim Patel wrote: > > > Hi all, > > > from last 1 hour i am facing one problem. > > I have written a code for creating user and show them in index page after > save. > > Code is working perfectly but on index page i am getting all record till

Re: [Rails] Deploying Rails Engine to Heroku

2018-01-27 Thread fugee ohu
On Sunday, August 30, 2015 at 8:55:17 AM UTC-4, Sadaf Noor wrote: > > Are you facing any problem deploying your app with engine? I had blogit > engine in my rails app and there was nothing special about it. I just did > following and it worked: > > $ git push heroku master > $ heroku run bundle