|
RoR's default pagination
Over the last couple of
Ruby on Rails is
How to setup a Windows
methods have a number of
months, I have collected
Model-View-Controller
development PC and a shared
bottlenecks. In this guide
over 150 Ruby on Rails links
web-application framework.
web host environment so you
you will learn how to use
at Top-Ten-Tutorials.com
Rails uses ActiveRecord
can start developing Ruby
paginating_find to create
database abstraction classes
web applications in the same
fast, reusable and good
to work with SQL tables.
way you do PHP, embedded in
looking pagination code for
However, sometimes it is
HTML. Ruby is easy to learn
your projects. This method
more convenient to work with
and has features that make
also works for pagination of
plain SQL queries(without
it more useful than other
find_by_sql queries and even
any model classes) for
web scripting languages. Now
supports find_by_sql with
specific database operations.
you can use eRuby to create
eager loading!
robust web applications and
websites.
Date: Sep, 29 2006 Date: Sep, 29 2006 Date: Nov, 06 2006 Date: Jan, 08 2007 |
|
Because Rails is a young
Applie included Ruby with the
Yes, you can run Ruby on
Ruby is a great language to
framework, I thought it
Jaguar OS. In this article,
Windows and eRuby on Windows
use to create a dynamic
would be helpful to write up
Jim explains how to use this
IIS web servers. Ruby has
website. Here's how to use
what I consider best
pure object oriented
many features to process
it to do CGI scripting.
practices when coding with
scripting language by
text files and to do system
Using eRuby ERB templating
it both for my new coworkers
exploring Ruby's features.
management tasks as
to seperate the HTML from
and the web at large.
languages like Perl or
the script makes CGI a
Here’s my current
Python do. Ruby is also a
perfect alternative to using
draft. Feel free to critique
great web scripting
the Rails framework. Easy
and comment. I’m
language. Follow this
and faster than you would
very open to suggestions.
tutorial and you can use
expect. So easy in fact that
Ruby on your Windows IIS web
you may forget about using
server by setting up eRuby
Rails all together.
to process *.rhtml pages.
Date: Sep, 02 2006 Date: Aug, 31 2006 Date: Jan, 07 2007 Date: Jan, 06 2007 |