[Rails] Re: Rails 2.3.4 is now available.

2009-09-04 Thread Hemali Chauhan
Hi Check this for more info. http://www.rorsecurity.info/journal/2009/9/4/two-vulnerabilities-fixed-in-rails-234.html Thanks, On Fri, Sep 4, 2009 at 12:27 PM, Geoffroy Gomet wrote: > > A security fix! > > On Sep 4, 6:59 am, Rails Girl > wrote: > > Happy to inform that... " Rails 2.3.4 is now a

[Rails] Re: CMS in Rails

2009-07-18 Thread Hemali Chauhan
/refinerycms-a-new-solution-for-the-ruby-on-rails-world-004939.php Thanks, -- Hemali Chauhan Complitech Solutions (www.complitech.net) On Sat, Jul 18, 2009 at 1:58 PM, Gustav Paul wrote: > Hey Prathiba, > > I've used RadiantCMS [http://radiantcms.org/] with great success. Also, >

[Rails] pdf::writer inserting images horizontally

2009-07-15 Thread Hemali Chauhan
row.I have tried with table format but unable to set. if anyone knows please help. Thanks, -- Hemali Chauhan Complitech Solutions (www.complitech.net) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:

[Rails] Re: redirect_back_or_default not work properly

2009-06-21 Thread Hemali Chauhan
Share the solution if you dont mind On Thu, Jun 18, 2009 at 8:17 PM, daociyiyou wrote: > > Have resolved this problem. > > > -- Hemali Chauhan Complitech Solutions (www.complitech.net) --~--~-~--~~~---~--~~ You received this message because you

[Rails] Re: Plugin for displaying wikipedia content

2009-06-14 Thread Hemali Chauhan
Yes thats right its not that mature yet but I have tried to parse basic Mediawiki tags (external link,internal link,image & many more...). That worked for me with Media Cloth. Thanks, Hemali Chauhan Complitech Solutions (www.complitech.net) On Sun, Jun 14, 2009 at 11:42 PM, Marnen Laibow-K

[Rails] Re: Plugin for displaying wikipedia content

2009-06-14 Thread Hemali Chauhan
ve started writing a Treetop-based parser for MediaWiki markup and > have found it surprisingly simple (at least at this early stage). > Contributions are welcome; see http://github.com/marnen/rookie . > > Best, > -- > Marnen Laibow-Koser > http://www.marnen.org > mar...@marnen

[Rails] Re: Twitter gem question - Rails application

2009-05-27 Thread Hemali Chauhan
detail but still destroy doesn't work.* ** awating for the response ** Thanks, On Wed, May 27, 2009 at 7:45 PM, Conrad Taylor wrote: > On Wed, May 27, 2009 at 5:04 AM, Hemali Chauhan < > hemali.chauh...@gmail.com> wrote: > >> Hi >> >> I am us

[Rails] Twitter gem question - Rails application

2009-05-27 Thread Hemali Chauhan
Hi I am using Twitter authentication in my rails application.Update on twitter timeline is working fine but I am not able to delete particular twit using status_id I have tried with *Client.status(@message.statusid).destroy but it returns nil. *Is there any other way to do the same? -- Hemali

[Rails] Re: can anyone help me with showing lists with conditions?

2009-05-24 Thread Hemali Chauhan
Hi, You must have defined has_many and belongs_to association for Country and Product. So now you can directly write: @product.country.name -Hemali Chauhan On May 24, 3:14 pm, Mike75 wrote: > hi > i'm trying things out with rails, and I'm having trouble with showing > a li