Archive for the 'Ruby/Rails' Category
05Mar
In this step: – using “Flash Message Conductor” (http://swik.net/Rails/Robby+on+Rails/Flash+Message+Conductor+now+a+Gem/c39as) I managed messages and errors. – using javascript + css I managed row highlight both in contacts view and mailinglists view <!– _row.html.erb <== contacts view –> <tr class=”<%= cycle(‘oddrow’,'evenrow’) %>” onmouseover=”cell_over(this, ‘TrHover’)” onmouseout=”cell_out(this)”> <td>< %=h row.email %></td> <td>< %=h row.firstname %></td> <td>< %=h row.lastname %></td> [...]
March 5th, 2010 | Posted in OpenSource, Ruby on Rails, Ruby/Rails | No Comments
03Feb
In the 2 following video you can see how to create pages accessible only to logged in users. Download Step4 – 1st: Ogg format – Avi format Download Step4 – 2nd: Ogg format – Avi format You can download the source developed till now clicking here.
February 3rd, 2010 | Posted in OpenSource, Ruby on Rails, Ruby/Rails | No Comments
22Jan
Hi all. To manage users, instead of reinvent the wheel, we can use Ruby on Rails plugins. The web site Agile Web Development contains a complete list of plugins. In home page, in the “browse by tag” section, you can click on “authentication” and then select “Restful-authentication”. The Restful-authentication plugin provides a foundation for managing [...]
January 22nd, 2010 | Posted in OpenSource, Ruby on Rails, Ruby/Rails | 1 Comment
19Jan
Hi all, in this second step we’ll define the layout of the site and the controller to manage the informative pages. First of all define the application layout: I defined a simple layout with an header, a footer and a central area. Into the header there will be the navigation bar. Colors and fonts are [...]
January 19th, 2010 | Posted in OpenSource, Ruby on Rails, Ruby/Rails | 1 Comment
30Sep
HI all, I’m embarking on the Ruby way! Stay tuned. Bye Massimo
September 30th, 2009 | Posted in OpenSource, Programming, Ruby on Rails, Ruby/Rails | No Comments
25May
There are many tools you can use in order to improve the way your website works. In case you want to test the way your browser works, as well as to learn more about deployment automation and e-commerce, this seems to be the right site for you. The Ruby Toolbox is an online resource that [...]
May 25th, 2009 | Posted in Internet, Programming, Ruby on Rails, Ruby/Rails, Tools, Web | No Comments
01Jun
Ruby On Rails is the fave web application framework for many programmers. It’s a faster, more efficient and simpler option than many of its peers. Look at any number of new Web 2.0 startups, and a large majority of them will be made with care with Ruby on Rails. For the novice, or even the [...]
June 1st, 2008 | Posted in Education, Internet, OpenSource, Programming, Ruby on Rails, Ruby/Rails, Tools, Video, Web | No Comments
30May
New to Ruby on Rails? If you’re still learning the ins and outs of Ruby, you may want to consider tutorials, more specifically screencasts. You’ll find only Ruby related screencast videos at RubyPlus.org. The site provides free screencasts covering a range of Rails related topics. These include extending ActiveRecord Associations, How to create a SEO [...]
May 30th, 2008 | Posted in Education, Internet, OpenSource, Programming, Ruby on Rails, Ruby/Rails, Web | No Comments
09May
No doubt, Ruby On Rails is a success story worth noting. Coders and programmers alike have embraced the rails with arms wide open. It has borne a number of marketable and successful web applications. This is in part due to Rails’ flexibility and increased productivity. Ease of use without stringent rules frees developers to get [...]
May 9th, 2008 | Posted in OpenSource, Programming, Ruby/Rails, Tools, Web | No Comments
28Apr
Rails Kits has created a software as a service “starter kit” that provides a pain-free way to add subscription management, recurring billing, and credit card management functionality to any Rails app. At the Web 2.0 Expo this week, software as a service was a major trend, enough so that Tim O’Reilly included the SaaS trend [...]
April 28th, 2008 | Posted in OpenSource, Programming, Ruby on Rails, Ruby/Rails | No Comments