SQL on Rails Launched
Daniel writes "Developers have created a new Rails framework for SQL, SQL on Rails. Check out the screen cast that shows you how to develop an internet search engine with three lines of code. Version 4.1 of the SQL on Rails framework is available for download on the site, and the O'Reilly title is expected to hit shelves next month." ZOMG L@@K at the kitten site it powers!@#!11
this has to be one of the best put together april fools jokes i have seen in a long time. i'm impressed.
-- Bryan
... there are days when it's actually a good thing to be among the 6% of males that are color-blind. Today is one such day.
Fix the second link
Testing the pink.
This is going a bit TOO far now? It's not even funny anymore.
Damn it, I can't think of anything funny to say. I'm all April Fools'ed out.
It's like a phantom broken link, it looks fine, but when I click on it it's broken!!!
I've been trying to set up a new web server running in a VMWare instance of Fedora Core 5 on Windows XP Home booting on an Intel Mac. Anyone know if SQL on Rails is compatible with this setup?
HAHAHA you guys are really going overboard with april fools this year with the colourscheme, the cute overload tie-up and several top-notch jokes. Congratulations, this Anonymous Cowards hat is off!
I'd like to sink my dink in that pink.
Kitten + Rails + Power => \o/
Firehed - Unfortunately, thanks to medical breakthroughs, common sense is not as common as it once was.
5 hours and 49 minutes until the pink goes off
Blasphemy! You are in time out Mister! Go sit in the corner and think about what you've done! I for one welcome our Pink Pony Overlords...
Self-referential Sigs are cool on /. these days...
54
Ooo man the floppy drive is broken. No wait. The computer is just upside down.
It's tradition!
Cowboy Neal speaks french!
For all you folks whining about how tired you are of Aprils Fools Days stuff, get over it. Its going to go on ALL DAY! yeee haw!!
I'm trying to download the development files and you're all slowing me down.
select story from queue where april_fools_day_joke != 'crap;
What are you eating? isItVeg?.
It would be awesome if during April fools all of this stuff turned out to be true.
Then at midnight everything went back to normal.
~= scwizard =~
I feel like a total n00b. I spent all last summer learning php/MySQL to redesign my site, and I only now realise it's pronounced 'Sequel' as opposed to "S-Q-L" as I'd been mentally calling it. Similarly, it took me a Java course at university to learn how to say C#.. the issues of being a lonely geek without others to converse with (in real life) and learn proper pronunciations.
SELECT * FROM interweb WHERE results LIKE %i'm feeling lucky!!!!!`11`%;
That's it. SQL on rails is awesome.
Traditionally with SQL, a user is capable of perfoming one or more unrestrained queries, which can bring a traditional database to its knees. What SQL has been lacking, up until this point, is stability and restraint. This is why rails are necessary for SQL.
Rails help to keep SQL on the tracks and to prevent queries from running unrestrained against a database. With rails, you don't have to worry about unsafe queries against your database. Everything is tightly controlled, and you can have a simple three line search engine without a great deal of overhead that normally goes into all of that normalization, checking, deadlock prevention, etc etc.
Finally! I'm waiting for HTML on Rails next!
So SQL on rails is supposed to be "taking the VC out of MVC"
Seems handy, but stuff like this really shouldn't be oversimplified. Since when has the "view" and "controller" been considered unimportant?
Register the editry.
OMG!!! I love the MS-DOS 3.2 Terminal window under Mac OS X. :):):)
Jory
mod me up +5!!!!
love pickles! LOL!!!
Kitten + Rails + Power = PETA "visit"
If I see the word kittens one more time I'm going to . . .probably . . umm . . .wait until tomorrow to believe slashdot stories . . .never mind . . .
print "Results not found";
OMG Pickles! :DDDDD
TEE HEE!
GENERATION 26: The first time you see this, copy it into your sig on any forum and add 1 to the generation.
I hate rails. Rails caused the demise of the Pony Express!1
how many pairs of boxer shorts should you own?
nice job! very funny stuff.
Comment removed based on user account deletion
It's pronounced "skewel". So there, smarty shorts!
To get the full benifit of SQL on Rails, noobs should seriously consider learning a bit about SQL first!
These April Fools jokes make me laugh like Stewie laughs at BC comic strips.
-----
How can you have any pudding if you don't eat your meat?
I'm not joking, I'm not april fooling, or anything like that; I was running the screencast in realplayer, and suddenly literally everything crashes and my firewall gets taken down.
Then I try playing it in Quicktime and I get a "buffer overrun detected" on screen.
Anyone else get this?
I'm all for laughing at jokes and such, but fucking with people's system's is a little too serious for me.
Did anybody else notice version 4.1 (4/1 eg April 1), or was it just too obvious to write about?
APRIL FOOLS!
sic
I've written and supported giant applications for years using SQL on Rails -- except we called it Oracle Web Server, Oracle Application Server and Oracle WebDB. Just like in the Rails screencast, you had one giant file that contained all your HTML, SQL, and dynamic code. To run the app you just imported the massive SQL file into the database, which looked like this:
CREATE OR REPLACE PROCEDURE hello_world IS
begin
htp.print('<html>');
htp.print('<head>');
htp.print('<title>HTP.PRINT Example...</title>');
htp.print('</head>');
htp.print('<body>');
htp.print('<h1>Hello, World!<h1>');
htp.print('</body>');
htp.print('</html>');
end;
This technology was sold as the premier way to write web apps for many years. Universities taught CS students to code with this, consultants in dark suits charged $150+ an hour to develop with it, and corporate clients paid tens of thousands of dollars per instance. I sincerely wish I was joking.
The screencast is probably the funniest thing I've seen all day. It has lots of amusing little details that made me smile. This mirror seems pretty fast: http://screencast17.sqlonrails.org/video/screencas t2_lq.mov
Back when it was cool to know about OLE in Windows, I would call it oh-el-ee, even when corrected to call it oley (as in ole with the accent on the e as what people chant at the bull fight). I was a noob to call it oh-el-ee, but I was just not going to dignify the Microsoft Offering de Jour by calling it oley.
In TextMate (used in most if not all Rails screencasts) they now have a choice in the languages dropdown "SQL (Rails)".
Get rid of it now.
Coldfusion example...
SELECT *
FROM ThisTable
WHERE active = 1
Easy to create. Easy to understand.