first and most important:
On Jan 16-17 2010, RailsBridge will run the 3rd bugmash event, this time with Rails 3! wuhoo!.
Not like the previous bugmashs, this time we will focus more on getting Rails 3 down to the people and to make more people familiar with it rather than just patching and solving tickets (of course you can do that too, we will be happy).
As usual you can read about it on the RailsBridge Official bugmash wikipage and on IRC (irc.freenode.net) on the #railsbridge channel.
Join us, it will be fun (yes, we have prizes too!).
Now for the reason you are probably here:
- Metaprogramming: Ruby vs. Javascript – magic, javascript can haz it too.
- MooTools for beginners – part 1 – This is one of the best tutorials i’ve seen for Mootools, it’s simple and presents the neat MooShell which presents live code that you can run and change, cool (thanks @elado for this one).
- Ruby 1.9 on production: just do it – an article that calls the use of Ruby 1.9 in production stating that most things we need are already working, well.. last time i tried the mysql gem went up in flames, maybe it’s time to try again.
- Codility – developer assessment tool – this is a tool that is supposed to make recruiting a developer easier simply by offering a way to test them, nice.. but to be honest, i have no idea if i could solve those questions :).
- Collaborative Facebook Development – a suggesting on a team and work flow layout for a Facebook application development process, will need soon.
- Rackspace vs. Amazon EC2: performance analysis – A comparison between those 2 cloud computing service providers, Rackspace wins this one.
- Rails 3.0’s ActiveModel: give your Ruby classes some ActiveRecord magic – Rails 3.0 major approach change is mainly about “module”-izing anything, and this post is a great example how you can use parts of what used to be AR:Base-only scope in plain Ruby classes. Adding validations and callbacks for example is marly a question of including the right module. win.
- Gordong – open source Flash runtime in javascript – i have only one word to say: wow.
- vimcasts – know your vim, screencast style.
- a generator script for Rails pre3.0 – haven’t tried it, use at your own risk.
- Facebook style footer panel – stick’em down.
- IBM Developer works: emerging web technologies – thinks to look up to in the future, R3 is there.
- Using the right CSS framework – chhose the right one for you.
- Nginx and passenger script – quickly run nginx on development machines.
- validatious 2 – the cross browser client side form validation plugin is not on v2.
- SQL for beginners – netuts have some good guides lately.
- Cappuchino on Rails – a library to connect between Cappuchino and a Rails back-end.
- Importing legacy data to Rails – cool.
- encapsulation in javascript – good practices + 1.
- HTML5 client side storage – HTML5 is interesting, but again… it will suck until all those browsers make up their minds.
- Study: web forms design – interesting.