Hi,

This is the Gemfile from one of my projects.

Couple of things to notice though:

- allowy - authorisation tool that I use extensively, inspired by CanCan but 
with you controlling everything.
- inherited_resource - as others said, I try to avoid using it and it's still 
there due to historical reasons :)
- squeel - it is amazing, you won't want to use Arel after it :)
- pry (and friends) - using for all the debugging things. It is amazing. 
There's a lot of drama with Ruby debuggers.
- its - nice RSpec extension to simplify simple specs :)
- fuubar - RSpec "progress" formatter. Quite nicer the any built in.

The rest I think is pretty explanatory.
Any critiques on my gem set?

Cheers,
Dmytrii
http://ApproachE.com



On 15/05/2012, at 5:13 PM, Craig Read wrote:

> Hi Everyone,
> 
> Being a rails newbie, I'm still discovering a lot of awesome gems that I'm 
> sure you lot already know and love.
> 
> eg.
> 
> During lunch, I implemented formtastic and rbates' nested_form in one of my 
> views.
> That view was starting to get reasonably complex, but is now looking 
> significantly cleaner (about 75% less code), and I have eliminated a bunch of 
> javascript in the process.
> 
> So, instead of me continuing to write a lot more code than I really need to:
> 
> What are the gems you feel you can't do without?
> Which ones are great at drying up your code, and/or just making life easier?
> 
> Cheers,
> 
> Craig.
> -- 
> Craig Read
> 
> @Catharz
> https://github.com/Catharz
> http://stackoverflow.com/users/158893/catharz
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Ruby or Rails Oceania" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/rails-oceania?hl=en.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
or Rails Oceania" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rails-oceania?hl=en.

Reply via email to