RailsCasts Pro episodes are now free!

Learn more or hide this

Ismael G Marin C's Profile

GitHub User: igmarin

Site: http://nebulaideas.com

Comments by Ismael G Marin C

Avatar

Hi Noel i was wondering what is your opinion about Angular, I really want to know your opinion, thank you

Avatar

Great episode another option is: Google Charts

Avatar

Great episode Ryan, but i think is better to use:

ilike

instead of using:

like

To avoid problems with case sensitive strings.

And another tip for using TokenInput is to set the option of:

preventDuplicates: true

Avatar

This is not the first time that you mentioned this, as i remember you always use point this, your nifty-generators are the best example, thank you Ryan you are the best rails teacher!

Avatar
ruby
  <%= simple_form_for @user do |m| %>
    <%= f.simple_fields_for :custom_fields do |c| %>
      <%= c.input :field_key, as: :hidden %>
      <%= c.input :field_value, label: c.object.field_key, input_html: { id: c.object.field_key } %>
    <% end %>
  <% end %>
Avatar

I agree this is so interesting and helpful, it would be great to see another one, thank you!

Avatar

Amazing episode, maybe someone like me had a:

Could not find a JavaScript runtime. (error)

Doing some google, i found the solution at:
http://tinyurl.com/443eqjk

What it work for me in Ubuntu 11.04 was installing nodejs:

sudo apt-get install nodejs

Thank you Ryan for this amazing episode and the new site rocks!