Coders knew Vim for the last twenty years for its unmatched efficiency in editing source code. Vim wasn’ t too popular in the Rails community until lately when Tim Pope published his plug-in: Rails.vim. This plug-in and Vims legendary extendibility made it the editor of choice of many programmers who used some proprietary applications in the past. The plug-in offers shortcuts for easy navigation between files, makes it possible to run scripts, generate controllers, views, do some refactoring, and do auto completion , all of these from Vims cosy interface. Some people say that it is the least user friendly text editor ever. While these accusations might be partly true, because of the rather steep learning curve, many programmers just liked the way Vim helped them do their work quickly and efficiently.
Enough said lets see how to create a very simple blog in Rails from Vim. [Read more…]
How to upgrade to Ubuntu 11.10 Beta from Ubuntu 11.04
Ubuntu released the second beta version of Ubuntu 11.10 OneiricOcelot last week. Final version is scheduled to release on 13 October 2011. 11.10 has some compelling improvements over its predecessors 11.04. If you want to be one of the early followers and want to upgrade it, follow the instructions below:
- Press Alt+F2 to open the command box
- Type “update-manager -d” (without the quotes)
- Please mind the space between manger and -d
- Update Manager should open up and tell you: New distribution release ‘11.10’ is available.
- Click Upgrade and follow the on-screen instructions.
Enjoy Ubuntu 11.10.
Sources: https://wiki.ubuntu.com/OneiricOcelot/TechnicalOverview/
Related articles
- Ubuntu 11.10 Release Schedule (computerandu.wordpress.com)
- Kubuntu 11.10 beta 2 preview (trinaeaaross.wordpress.com)