Fai un corso su Ruby on Rails con qualche slide
Le slide qui sopra sono state pensate per un corso introduttivo di cinque giorni su Ruby on Rails, sono molto ben fatte e affrontano con vari esempi tutte le tematiche che uno sviluppatore Rails deve conoscere.
Rappresentano un ottimo punto di partenza per chi vuole imparare da solo Ruby on Rails.
Talk: Sviluppo web con Ruby on Rails
Mercoledì 5 novembre terrò un talk intitolato “Sviluppo web con Ruby on Rails” nel corso di una serie di serate a tema del LUG Trieste.
Durante la serata si parlerà dello sviluppo di siti web, del framework Ruby on Rails e di come utilizzzarlo per creare un sito web tra slide ed esempi pratici. L’abstract è [...]
CakePHP vs Ruby on Rails
Ruby on Rails or PHP, this is the dilemma.
I think that Ruby on Rails is the greatest web development framework i have ever used, but Ruby is too slow, needs the deploy of some libraries, and can be a hell when you need to scale.
On the other side PHP is tedious, but scale well and [...]
Ruby on Rails misc resources
What is Ruby on Rails? http://www.onlamp.com/lpt/a/6251
RubyOnRails Wiki http://wiki.rubyonrails.com/rails
Installing Ruby, Gems, and Rails http://wiki.rubyonrails.com/rails/pages/GettingStartedWithRails
Instant Rails http://instantrails.rubyforge.org/
Locomotive for Mac OS X http://locomotive.sourceforge.net/
Getting started with the Ruby programming language. http://www.loudthinking.com/arc/000199.html
Ryby Docs http://www.ruby-doc.org/
ONLamp - Rolling with RoR [...]
Ruby on Rails Optimizing Performance
Ruby on Rails is very fun, i love it, but Ruby sometimes can be slow.. So here there are some hints to speed up your Ruby on Rails web application.
Rails Performance Tips
Common Performance Problems in Rails - Pros and con between SQLSessionStore and MemChacheStore session containers, tips on optimizing queries, and general information regarding how [...]
Sanitize HTML in Ruby
RSS have a design that make it easy to generate and fun for webmasters, but it’s a hell for anyone that must write a feed consumer.Here is some links about html sanitization in Ruby on Rails.
Links:
Sanitize HTML in Ruby
Sanitize HTML to prevent XSS and page malformatting attacks
sanitize() and blacklists
acts_as_stripped: auto-stripping HTML from a field
How to [...]
Rails Security: Secure your Ruby on Rails web application
Ruby on Rails is a great Ruby framework for rapid development of web applications.
But default Rails comes with some (in)security features that must be hardened and fixed.
And a lot of the how to and tutorials in internet that publish the sponsor “websites in 5 minutes” help people to write insecure code.
Some examples:
File permission: default Rails [...]
Rails vs Django
Ruby on Rails and Django are two popular framework in web development.
Here you can found some comparison so you make your choice. I use RoR because is very fun.
Links:
Framework Performance
The Rails vs Django Paper
Catalyst vs Rails vs Django Cook off
Rails vs Django
Rails vs. Django: A Comparative Programming Exercise
A comparison of Django with Rails
A [...]
