Simone R. wrote: > Vincent Bakker wrote: >> You can find all the needed code snippets in Advanced Rails Recipes. I >> would recommend using this book for pointers and code snippets. >> >> http://railsbookclub.com/advanced-rails-recipes >> >> (zipping up and generating files, login system through >> acts_as_authenticated, manipulating files) >> > > > well, more than find the actual code I need some hint if this demo apps > can > be useful for learning the "building blocks" , for sure I will buy the > book for reference but in the ASP world with this 3 app you can build a > good starting knowlege , maybe in RoR is differen there are other > problem on wich you need to build skill before going on real programming
RailsSpace, Beginning Rails or Simply Rails 2 are great learning books. These books take you through the process of developing an entire app from a to z. (social network, e-commerce site of news site) I find these methods really handy. Not only do you get a cleared picture of the coherence of the code, you also learn a bit about plugins, generators, test driven development, ajax etc. I would start with: Beginning Rails (http://tinyurl.com/b438x8). A file manager and a mail footer creator are not the best starting points, since an important part of Ruby on Rails is developing database driven webapps and working through the MVC principle. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

