| Home : Ruby on Rails : Tips and Tutorials |
| Click "Subscribe" if you want to be notified of new or updated links in this category. |
Subscribe
Rss Feed |
|
|
Tips and Tutorials Listings
|
|
Total:
35 | Displaying: 11 - 20 | Pages: << 1 2 3 4 >> |
|
|
|
|
|
How to setup a Windows development PC and a shared web host environment so you can start developing Ruby web applications in the same way you do PHP, embedded in HTML. Ruby is easy to learn and has features that make it more useful than other web scripting languages. Now you can use eRuby to create robust web applications and websites.
Version: n/a - Platform(s): windows - Updated: 09/07/2007
|
|
|
This article is not intended to be a booster piece for Rails nor is it an expose. It’s simply an introduction to the technology. It contains both praise and criticism. At times the criticism might appear a bit heavy handed (especially to Rails enthusiasts), but don’t be fooled. Using any Web application framework is going to be tricky, whether it’s J2EE, ASP.NET, or PHP. In the long run, you can be a lot more productive with Rails than you can be with many other Web application development platforms, but it takes time to learn the ropes.
Version: n/a - Platform(s): n/a - Updated: 09/07/2007
|
|
|
This article is not intended to be a booster piece for Rails nor is it an expose. It’s simply an introduction to the technology. It contains both praise and criticism. At times the criticism might appear a bit heavy handed (especially to Rails enthusiasts), but don’t be fooled. Using any Web application framework is going to be tricky, whether it’s J2EE, ASP.NET, or PHP. In the long run, you can be a lot more productive with Rails than you can be with many other Web application development platforms, but it takes time to learn the ropes.
Version: n/a - Platform(s): n/a - Updated: 09/07/2007
|
|
|
Ruby is an interpreted scripting language, just like Python and PHP. SitePoint's author Daniel Bogan take a look at the language and how it can be used in web development.
Version: n/a - Platform(s): n/a - Updated: 09/07/2007
|
|
|
IBM DeveloperWorks has a helpful howto on how to bring the worlds of Ruby on Rails and your DB2 framework together. From the article: 'Because Rails emerged from the open source world, until recently you had to use MySQL or PostgreSQL to work with it. Now that IBM has released a DB2 adapter for Rails, it's possible to write efficient Web applications on top of your existing DB2 database investment.'
Version: n/a - Platform(s): n/a - Updated: 09/07/2007
|
|
|
In this tutorial, we'll go through the following steps: Setup the environment Create the SQLite database Develop the Rails application Create the RBA (= Ruby archive) from the application with Tar2RubyScript Create the standalone executable with RubyScript2Exe
Version: n/a - Platform(s): n/a - Updated: 09/07/2007
|
|
|
This tutorial will focus on the ActionController. The first sections will cover the services provided by ActionController and the techniques to access them. The final section will provide insight into using these techniques in the real world.
Version: n/a - Platform(s): n/a - Updated: 07/07/2007
|
|
|
This article details the components of Rails and shows you how it works.Rails gives you an extremely quick way to develop flexible Web applications; this introduction just barely touched on what it's like to work with Rails. The full framework contains many useful classes and methods for carrying out the actions most used in Web-based applications.
Version: n/a - Platform(s): n/a - Updated: 07/07/2007
|
|
|
This article covers the basic services provided by the ActionView. The ActionView helps you present data to your users. Keep reading to learn some terminology and study an example application.
Version: n/a - Platform(s): n/a - Updated: 07/07/2007
|
|
|
Ruby has many exciting object oriented features, but a large percentage of your code will revolve around arrays. In this valuable tutorial, we’re going to show you some tips and tricks for this powerful data structure.
Version: n/a - Platform(s): n/a - Updated: 07/07/2007
|
|
|
Tips and Tutorials Listings
|
|
Total:
35 | Displaying: 11 - 20 | Pages: << 1 2 3 4 >> |
|
|