Weekly Ruby/Rails digest

Timur Vafin

Hey Everyone!

We use FriendFeed http://friendfeed.com/flatsoft for collecting some usefull  links around Ruby/Rails and other IT news.

Will try to make weekly reviews of them.

Web applications exploits and defenses from Goole

You will get application with full of exploits and nice list what are XSS, DoS and how to defense from them.

Howto monitor your linux server with netstat

  • netstat -lnp - who and on which port
  • netstat -ant - active connections and states
  • netstat -ant | grep 80 | wc -l - open connections on 80 port (http)


Why, when and how write Open source, should motivate you )

Raiscast: Introducing Devise
New awesome auth rails gem, could replace authlogic.

Ruby Packaging Standard, 0.5-draft
Good example how to write Ruby libs/gems, naming standards, directory hierarchy and other. For example FooBar or Foo::Bar?

Hopping in the cloud
Very good article from Robots with their experience how the develop HopToad application.  They use Redis for delayed jobs (look like and we can use it production). BTW, guys from Github develop new nice solution using Redis http://github.com/blog/542-introducing-resque

Unobtrusive JavaScript
Article from Ryan Bates how to use JS observers instead of inline calls in the element.

Thanks,
Timur



3 Comments »

By Oleg Kurnosov on May 6, 2010 6:48 pm

Nice digest! I know JS part of it initiated quite a few discussions in teams :)

By Chris Schultz on May 11, 2010 9:08 pm

Hi Timur -

Great stuff. So, whats our plan for the deployment of Rails 3? I’m not sure when its coming out of beta.

http://guides.rails.info/3_0_release_notes.html

- chris

By Timur Vafin on May 12, 2010 1:14 pm

Chris, we prefer use stable software like current version minus 1, for example when rails 3 will be 3.2 we could try 3.1.

RSS feed for comments on this post. TrackBack URL



Leave a comment