0
votes
2answers
32 views

Ruby on Rails looking for value from key in devise gem

I'm new to ruby on rails, and I installed devise on my application. I was wondering where I can customize the values if a value is given in views/devise/registrations/new.html.erb for example: ...
0
votes
0answers
95 views

Custom Description for Stripe Payments

I'm having some trouble figuring out how to send information along with Stripe transactions to populate the "description" field with each purchase. Basically, I want this to include information from ...
0
votes
1answer
78 views

How to define custom Failure for devise in case of two different models User and active admin?

I have two models User and ActiveAdmin on which I want to apply my devise integrations. I have my custom_failure.rb as follows class CustomFailure < Devise::FailureApp def redirect_url ...
0
votes
0answers
55 views

How to customize edit and update action in rails_admin

I'm using rails_admin and I think it's great. Unfortunately I can't get to override a specific action on a specific model. I just need to override edit and update behavior on one model. Any idea?
2
votes
2answers
75 views

Error while editing the custom view template in Ruby on Rails

I was trying to create custom view pages in ROR as seen in http://blog.hulihanapplications.com/browse/view/55-ruby-on-rails-multiple-model-form-generator then i got some errors (erb):6:in ...
2
votes
2answers
104 views

I would like to create 'second', 'third' (perhaps up to 'ninth') custom methods for ActiveRecord and maybe push (contribute) the changes to rails

I've never submitted anything to an open source project, and frankly, don't care what the rails people think about the methods. I love the 'last' and 'first' methods and would like to extend that ...
0
votes
3answers
123 views

Rails user site customization options form to change CSS?

I'm currently working on a simple web application where users each have their own site with its own subdomain. I want to give each user a settings panel where they have a form for changing a few ...
0
votes
1answer
152 views

Rails to_json - exact order of existing columns

I have a task to form JSON data for jqGrid. It requires a special format: { total: 50, page:"1", records: "1500", rows: [ { 20, "{2ae39c44-ca9d-4565-9e05-bbd875c1579c}", ...
0
votes
0answers
188 views

customizing the Comment Box after clicking Facebook like button

Is there a way to customize what shows up after the comment box is displayed when a person clicks on the like/recommend button? Also, is there a way to customize the link that is being liked or ...
0
votes
2answers
282 views

Rails Authentication - Query on Customizing Devise Views

I am a Devise fan and have used Devise for many of my Ruby on Rails applications . I usually follow the below RailCasts for installing and customizing Devise . ...
0
votes
1answer
146 views

Rails 3 ActiveRecord Html entities in model attribute

I have redefined names of ActiveRecord model by this way activerecord: attributes: user: email: "<b>Custom email</b>" password: "<b>Custom ...
1
vote
1answer
114 views

Rails: how to customize text_method in options_from_collection_for_select when collection was built with a inner join statement?

I have a collection built with a Myclass.joins().where() statement. The problem I have is when I want to customize the text_method in: options_from_collection_for_select(@collection,"id", ...
0
votes
1answer
418 views

Customizing active_admin interface

I've a simple question about active admin interface. In my application, I've a resource added to the active_admin. When I access the resource from active_admin, I get all records for that resource. ...
1
vote
1answer
117 views

How to build a customizable Rails app?

As a learning project, I am developing a forum application with Rails 3.1 for the Kung Fu club I'm in. I would like to manage my code on Github, so others in the club or anyone else could use it. The ...
1
vote
3answers
448 views

Rails CMS with custom types

I come from the .NET world and have some PHP background as well. I'm currently developing in Ruby on Rails and I'm using Rails 3.1 and Ruby 1.9.2. I've been researching about Rails CMSs, but haven't ...

1 2
15 30 50 per page