Web
Analytics Made Easy - StatCounter
Skip to content
Red Panthers
Experts in Ruby on Rails Development
Red Panthers
  • About
  • Process
  • Services
    • Service
      • Ruby on Rails Development Team
      • Ruby on Rails Developer Support
      • Ruby on Rails Web Application Development
    • Service
      • Ruby on Rails Training
      • React Web Development
      • React Native Mobile App Development
    • Service
      • Angular JS Web Development
      • Angular JS Ionic Mobile App Development
      • Elixir Phoenix High Concurrent Web Application Development
  • Videos
  • Blog
  • Careers
  • Newsroom
  • Contact
  • +1-860-514-8237
  • About
  • Process
  • Services
    • Service
      • Ruby on Rails Development Team
      • Ruby on Rails Developer Support
      • Ruby on Rails Web Application Development
    • Service
      • Ruby on Rails Training
      • React Web Development
      • React Native Mobile App Development
    • Service
      • Angular JS Web Development
      • Angular JS Ionic Mobile App Development
      • Elixir Phoenix High Concurrent Web Application Development
  • Videos
  • Blog
  • Careers
  • Newsroom
  • Contact
  • +1-860-514-8237

Monthly Archives: December 2012

You are here:
  1. Home
  2. 2012
  3. December

How to turn on, VIM syntax highlighting

Rails, RubyBy coderhsDecember 11, 2012Leave a comment

If you guys are using the vi editor in ubuntu, like I do then you guys would have also noticed that – it would be great if there was syntax highlighting, To unlock syntax highlighting and whole lot of features in VIM we need to install the full package of vim. go to your terminal…

How to make self executing ruby scripts in Linux?

Rails, RubyBy coderhsDecember 5, 2012Leave a comment

To run a ruby program we use the command ruby ruby program_name.rb Ruby being an interpreter style language, each line is implemented one after the other and executable object code file is created for reuse like in case of compiler languages C, C++, etc.. To run a ruby code you need a ruby interpreter installed…

Go to Top