search for: hasno

Displaying 8 results from an estimated 8 matches for "hasno".

Did you mean: hasn
2006 Apr 12
2
vim 7 ruby omni-complete v0.2
...im with better variable identification so the following will properly be completed: a = Time.now b = [0..2] c = [''a'',''b''] d = {:a=>''test'',:b=>''this''} sorry, no "e = c" yet. You can find the file at: http://blog.hasno.info/blog/segfault/dev/2006/04/10/vim-7-ruby-omni-completion.html --mark -- sic transit gloria et adulescentia blog | http://blog.hasno.info/blog wiki | http://wiki.hasno.info
2006 Apr 20
0
vim 7 ruby omni-complete 0.4
...ile that is part of a rails project. If configured to do so, it will load the rails environment ala script/console to allow completion of rails objects. * Bugfixes - missing some range variable definitions - fun crash when completing the list of global symbols http://blog.hasno.info/blog/segfault/dev/2006/04/10/vim-7-ruby-omni-completion.html --mark -- sic transit gloria et adulescentia blog | http://blog.hasno.info/blog wiki | http://wiki.hasno.info -- sic transit gloria et adulescentia blog | http://blog.hasno.info/blog wiki | http://wiki.hasno.info
2006 Jun 20
0
vim 7 ruby omni-complete 0.6
...fixes * Initial run at providing completed item identification, methods will have an ''f'' next to them, variables a ''v'' and classes/constants ''c'' Todo: ------------ * ri blurbs for completion options? * prototype display? http://blog.hasno.info/blog/segfault/dev/2006/04/10/vim-7-ruby-omni-completion.html --mark -- sic transit gloria et adulescentia blog | http://blog.hasno.info/blog wiki | http://wiki.hasno.info
2006 May 04
0
vim 7 ruby omni-complete 0.5
...Improved handling of complex statements: x = y.<C-x><C-o> + z + b * Improved string variable handling "".<C-x><C-o> now completes string methods * Improved rails support, the environment is now fully loaded (though no database connections are made) http://blog.hasno.info/blog/segfault/dev/2006/04/10/vim-7-ruby-omni-completion.html --mark -- sic transit gloria et adulescentia blog | http://blog.hasno.info/blog wiki | http://wiki.hasno.info
2006 Apr 11
0
vim 7 ruby omni-completion
...lete.rb and some of the existing vim7 omni-completion functions to create a ruby completion function. It "works for me", any input is welcome. As a note, it will attempt to load any modules required by the current buffer when attempting to complete. You can find the link here: http://blog.hasno.info/blog/segfault/dev/2006/04/10/vim-7-ruby-omni-completion.html --mark -- sic transit gloria et adulescentia blog | http://blog.hasno.info/blog wiki | http://wiki.hasno.info
2006 Mar 30
4
Upgrading to 1.1 causes MySQL Lost Connections under WinXP
Ok so I updated my rails to version 1.1 and now all of a sudden I keep getting the dreaded "Mysql::Error: Lost connection to MySQL server during query: SHOW FIELDS FROM ..." I''ve read all the stuff on the net, but none of it is working. I tried installing the mysql.so like suggested here: http://wiki.rubyonrails.org/rails/pages/HowToUseMySQLRubyBindingsOnWin32/ That sort
2014 Aug 15
1
About Translation‏
Hi I am a Chinese system administrator, I see there is no proper place some wiki translation, so I want to re translation of these pages, and some wiki page has no translation, I also can be translated, please give me some authority, on the other, how to apply for a personal page? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 May 17
40
IDE recommendations?
I was wondering if there are any IDEs out there that has autocomplete features for win32. It would be perfect if it could do something akin to what DHH is doing on the screencast hosted on the rails website. http://media.rubyonrails.org/video/rails_take2_with_sound.mov Cheers -- Posted via http://www.ruby-forum.com/.