search for: horhant

Displaying 4 results from an estimated 4 matches for "horhant".

Did you mean: dormant
2013 Jan 07
9
Devise Admin View password
Hi Everyone i am using devise for authentication for my app. Is there any way, Admin user can view other users password as normal string. Without storing there password as string in database? Please advise. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2010 Oct 01
0
Questions about translation method
Hi, In my project I need to customize the output of translate/t method when there is no translation found. I''ve follow the rails guide about I18n API section 6.2 and made a custom exception handler in an initializer file. module I18n def custom_handler(exception, key, locale, options) case exception when I18n::MissingTranslationData I18n.normalize_keys(locale, key,
2009 Dec 03
0
Searching ActiveFoo
Hello, Activerecord is reading data from database and Activeresource is reading data from xml requests. But is there any class similar to the previous ones (with validation, errors support, form_for support, ...) for reading/writing data from arbitrary sources (maybe yaml or whatever) ? Thanks Titinux. -- You received this message because you are subscribed to the Google Groups "Ruby on
2011 Jun 04
0
Rails 3.1 : Complex database query with Arel 2
Hi, I''ve search for documentations on queries with Arel 2 but there is pretty nothing and all I''ve found is for Arel 1 so I''ve run into NoMethodError: undefined method `[]'' for #<Arel::SelectManager:0x00000003f1b820> errors with join syntax. My query is barely simple but involve nesting queries. I have 4 tables. Assets, Deposits, Orders and OrderLines