Tutorials & Code Snips |
Categories |
|
Best Practices (3)
Components (1)
Configuration (5)
Database (13)
Deployment (6)
Design (1)
Gems (1)
Getting Started (11)
Miscellaneous (2)
Plugins (2)
Scripting (2)
Server (3)
Templates (2)
Testing (8)
Web Services (2)
XML (1)
|
| Listings |
| There are 69 listings in this category. Add your listing here |
|
Framework Installation
(Hits: 220 | Votes: 0 | Visited: 8 | Added: 2006-05-22 13:22:53)
|
|
A test by any other name
RubyOnRails comes with built-in support for unit and functional testing – great for us test-driven development whackos. In a new rails application we’re developing, we used the excellent salted hash login generator to kick off the development of our site’s authentication. The login generator ships with tests – yippee! Since it’s a widely used extension for rails, it makes a useful example for some testing best practices that we’ve adopted.
(Hits: 220 | Votes: 0 | Visited: 70 | Added: 2006-05-30 13:18:03)
|
|
Setting up Ruby and Ruby's Oracle bindings
A basic tutorial to setting up Ruby and Ruby's Oracle bindings on a Hewlett Packard UNIX based machine.
(Hits: 221 | Votes: 0 | Visited: 77 | Added: 2006-07-16 00:48:34)
|
|
Create a simple application using Rails and DB2 [VIDEO] Flash Video Demo on how to create a simple application using Rails and DB2
(Hits: 221 | Votes: 0 | Visited: 77 | Added: 2006-06-25 21:25:54)
|
|
The Joy of Migrations
Migrations are one of the more exciting features in Rails today. I think they’re wonderful and that they should be used. I’ll go over how any why you should use these gems...
(Hits: 221 | Votes: 0 | Visited: 71 | Added: 2006-05-22 13:47:31)
|
|
PX: A quick and silly Ruby obfuscation system For the fun of it, I developed a quick Ruby obfuscation tool a few weeks ago. It's not a proper obfuscater that changes variable names and such, but it'll keep your code from being immediately understood.
(Hits: 221 | Votes: 0 | Visited: 75 | Added: 2006-07-16 00:18:55)
|
|
autotest -rails
Web development without a browser?
My development process has recently been supercharged by autotest, a part of the ZenTest package that you can download from RubyForge or install as a gem...
(Hits: 221 | Votes: 0 | Visited: 69 | Added: 2006-05-22 13:18:24)
|
|
Why and How: Ruby (and Rails) Unit Testing
One thing I love about Ruby is the built in unit tests. As someone who is working to use better developing methodologies, having unit testing avaliable with no effort makes it that much easier to try out things like Test Driven Development. Unit testing also has an important place in Rails development. I enjoyed the format of my article on migrations, so we’ll try that again. The why and how of unit testing, coming right up....
(Hits: 221 | Votes: 0 | Visited: 61 | Added: 2006-05-22 13:48:41)
|
|
The Complete Guide to Rails Plugins: Part I
Plugins are self-contained libraries made specially for Rails. They are a great way to reuse someone else’s code or to package your own code for reuse.
This is the first of a three part tutorial on writing plugins for Ruby on Rails...
(Hits: 221 | Votes: 0 | Visited: 84 | Added: 2006-05-22 13:19:51)
|
|
<< Start < Prev 1 2 3 4 5 6 7 8 Next > End >> |