RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: igmarin
Site: http://nebulaideas.com
Hi Noel i was wondering what is your opinion about Angular, I really want to know your opinion, thank you
Great episode another option is: Google Charts
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
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!
<%= 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 %>
I agree this is so interesting and helpful, it would be great to see another one, thank you!
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!
Hi Noel i was wondering what is your opinion about Angular, I really want to know your opinion, thank you
Great episode another option is: Google Charts
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
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!
I agree this is so interesting and helpful, it would be great to see another one, thank you!
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!