GoRails Ideas
-
Teach us how to use Emberjs with Rails
Emberjs with Rails
5 votes -
Implementation of nested polymorphic comments (with ajax responses), that can be voted up or down by other users.
Nested polymorphic comments with upvotes/downvotes
7 votes -
Reformatting data in a database
I am not sure if you have posted a video on this topic or not, but I'd love a video detailing how to migrate existing data within a database. I've come across a couple of tutorials that talk about writing migrations to change data or re-format data in a database but I'm still a bit fuzzy on the topic.
2 votes -
The vim for rails beginners
In guides area, you could post something about the text editor Vim, that you use. Post some tutorial about how to use vim.
3 votes -
Background Job Processing
background job processing. Sidekiq, or what has become the accepted standard.
3 votes -
Testing (TDD/BDD) with RSpec or Alternatives
I think a few videos to go over how to properly to TDD using Rspec or some other spec would be very helpful.
28 votes -
City and State business directory
creating a state and city directory.
1 vote -
How to setup a Rails production environment over multiple servers
The most of deployment tutorials focus on setting up one machine with Nginx, Unicorn and Mysql.
It would be nice to have a good tutorial explaining how to setup multiple server with automated scaling process.
7 votes -
62 votes
-
68 votes
-
PayPal integration
Integrate paypal with a rails app
43 votes -
How to implement highlight like for example in your guides
I create my blog site in ruby on rails, then i need easy way to use tinymce or ckeditor to create posts with nice looking views, something like in your sites. I try many things but still i dont achives my goal.
You could show us how to implement editor for post with highlighting.
16 votes -
2 votes
-
Show how to create a nested form
Show how to create a nested form like in this deprecated RailsCasts: http://railscasts.com/episodes/197-nested-model-form-part-2 or in this stackoverflow post: http://stackoverflow.com/questions/15568431/adding-dynamic-fields-to-nested-form-through-ajax
12 votes -
11 votes
-
Pretty URLs with >= Rails 4.1.2, as using to_param doesn't work anymore
Since Rails 4.1.2 we can't just add a constraint to our routes resource and update the model with;
def to_param,
[id, slug].join('/')
endI've been trying to read all the issues posted to rails on this, but I'm still at a loss on how to do it. For now I haven't updated Rails, which of course isn't healthy.
An episode detailing how this should now be accomplished in 4.1.2 would be great.
Thanks!
9 votes -
4 votes
-
Writing Rake tasks and using Whenever Gem
A screencast showing some common rake tasks for cleanup, logs, firing off emails, performing some function. 3-4 examples of useful rake tasks and demonstrate how to schedule with Whenever instead of cron.
3 votes -
2 votes
-
Professional debugging with Rails
I would love to see a screencast on professional debugging with Rails. What tools to use (Pry, Better Errors, ...), techniques, tips, etc ...
20 votes
- Don't see your idea?