Found this interesting plugin for Ruby on Rails
Beige Sunshine » Blog Archive » Extremely Simple Calendar Integration for Rails
Posted by sraghav on April 10, 2008
Found this interesting plugin for Ruby on Rails
Beige Sunshine » Blog Archive » Extremely Simple Calendar Integration for Rails
Posted in Rails | Leave a Comment »
Posted by sraghav on March 28, 2008
Preparing a deployment of an app
Posted in Rails, capistrano | Leave a Comment »
Posted by sraghav on March 22, 2008
Very useful piece of information about the changes from rails 1.x to 2.x. Since I was following the Agile … with rails book (which is on rails 1.2.3), I got trapped with this problem.
Few new things for me, the concept of Cross-site request forgery and that rails 2 already handles it in the framework. I got to this article through www.railsforum.com and I have to say I am impressed.
What’s New in Edge Rails: Better Cross-Site Request Forging Prevention
Providing such useful features built inside the app framework is really intuitive.
Way to go rails…
Posted in ExternaLinks, Rails | Leave a Comment »
Posted by sraghav on March 21, 2008
Very useful information for beginners… Or for troubleshooting the installation steps..
RubyOnRails – Community Ubuntu Documentation
Posted in Rails | Leave a Comment »
Posted by sraghav on March 15, 2008
Finally, after a day and a half of my ordering/starting the process of getting my own domain/site, its up and running.
The dns entries for blogs are set up, the subdomains are set up, and a very basic home page is also up and running. Check it out here… www.sraghav.in
The mail address is going to change forever, I guess. Now onwards, my mail address is going to be on this new domain, instead of something or other at gmail or yahoo… Always hated the fact that I cant get my easy and favourite name to become my mail id… Finally, I get it…
The dns configuration for blogs is one sweet thing. I have to appreciate the way blog hosters like blogger and wordpress (to name a few) allow you to call your blog something or other in the browser url, and still happily allow the stuff to be hosted at their site. Now, my blogs are all named according to my wish on my domain.. e.g. techaghav.blogspot.com is now going to be called tech.sraghav.in
I am yet to read more on dns record types and how they actually work behind the scenes, but I understood that you need to create a CNAME (Canonical Name) record in your dns server for the target server (blogger). This will redirect the incoming request (coming at sraghav.in) to target server (blogger) without reflecting the redirection to the source browser. so the browser still thinks that its talking to .sraghav.in while the dns entry makes it talk to .blogspot.com
Love the technology behind this.
My web hosting company, railsplayground.com allows ruby on rails hosting as well. And, that was my primary reason to choose them over other web-hosting providers. Not so costly and still nice services for a basic rails deployment/hosting service. They provide ssh access and subversion access and what not. Almost everything I could think of as a developer, looking for a foothold in rails. Cool people.
Posted in DNS, Rails, domain | Leave a Comment »
Posted by sraghav on March 8, 2008
Going through a few Ubuntu forums, it turned out that many of the initial glitches around Gutsy installation for HP6710b have been removed.
My installation was originally an upgrade from Feisty, a very troubled and hacked one at that. So, I thought why not try to give it a clean shot and get a fresh copy of Gutsy installed on my laptop.
I dared and I like the results already. Few features -
Though I had to spend some time to configure a few things again from scratch, it looks and works like a much better system than it used to.
After my fresh installation, I had initial trouble with installing rails. There this page helped. Though it talks about installation on FreeBsd, it worked perfectly on my Gutsy.
Then I had some trouble with initial password of root user on MySQL. For some reason, after the initial installation, I could not go in mysql environment through any means at all. Then again, googling and ubuntu forums helped out. This page helped me through that.
Finally, when I was installing Eclipse to be able to work faster/better with rails, I came across the fact that the standard Eclipse package from Ubuntu, does not come with any java runtime environment. I tried downloading and using Sun Java but that didnt turn out very well.
Later I found that Synaptics has a cunning little feature. On a right click on a package name, there is a option for “Mark Recommended For Installation”. Once I clicked on that, it selected about 15 more packages and this time managed to get all the required stuff for Java as well.
Surprised as I was at the intuitiveness of the package management system, I felt it should hae done the same to start with. Anyway, its fine now. Took some time, but working great now.
Posted in Fonts, HP, Laptops, Rails, Ubuntu | Leave a Comment »
Posted by sraghav on March 8, 2008
For some time now, I was looking for the right kind of IDE to work with ruby on rails. Googling for this helped but not much.
Eventually, I came across this post somewhere which mentioned RadRails. This is a module from Aptana development studio.
In addition to the fact that this is a component of the Aptana dev suite, this component is available separately as a plugin for Eclipse as well.
And installation and configuration come very very simple. In a running version of Eclipse (I have Eclipse 3.2), look for a remote installation site. Few simple questions about which package to install etc. and you have the plug-in installed.
Here’s the url to enter in the Eclipse remote update site…
http://update.aptana.com/update/studio/3.2/ => For Aptana tools in general
http://update.aptana.com/update/rails/3.2/ => For RadRails Plugin
And it works like a charm, really. After installation, you can create a new rails project from within Eclipse GUI as well, in addition to your favourite command line methods.
Starting a server, generating components (controller, model etc..), its all possible from the GUI.
I personally like the GUI and the syntax highlighting the most.
Posted in Eclipse, ExternaLinks, Rails | Leave a Comment »
Posted by sraghav on March 2, 2008
Got hands dirty with quite a few things in and around RoR.
Started with building the demo application with projects and tasks.. and as the iterative model says, kept adding to it. By the time I realized, I covered quite a few basic concepts of Rails.
Got stuck at some places, and hence my first experience of RoR IRC chatroom. Lovely thing, and really helpful people. Cant thank enough. It seemed as if someone could learn a few things just by reading the discussions only…
And, I hope to make some progress on my LMS project as well.
Here’s my collection of useful URLs from today’s session.
Useful Links around the web…
Posted in ExternaLinks, Rails, Tutorials | Leave a Comment »
Posted by sraghav on February 29, 2008
Another blog on ruby-rails
http://blog.whitet.net/
Posted in ExternaLinks, JusTalk, Rails, Ruby | Leave a Comment »
Posted by sraghav on February 28, 2008
I am starting to think of joining another open source project on RoR. Its basically a helpdesk and workflow management solution, which would be totally web based.
I have used Peregrine for quite sometime now, and therefore have a view. I feel that there are some things in the tool that can be improved and therefore the idea. Another guy in US is also working on the topic.
Currently its hosted at rSupport.googlecode.com
Posted in JusTalk, OpenSource, Rails, rSupport | Leave a Comment »