Best lightweight Ruby IDE for Mac OSX? [closed] - ruby

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
Anyy recommendations on a IDE to use for the MAC?
I currently use TextMate and its ok. Is tere a ay though for it to auto suggest tags?
For example.. typing pu.. would bring up puts etc.
I also tried RubyMine and Komodo but they are both way to bloated for my liking.

You can try MacVim with this set of plugins: https://github.com/akitaonrails/vimfiles . It`s rather lightweight, supports easy navigation and can be customized to any needs.

Related

Diff software for Mac [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
not sure if this is the right place to ask this. I have been looking for a good "Diff"ing software for Mac OSx 10.8.3, something like "Meld", which has a clear GUI and it is possible to edit the files directly in the GUI. I failed to install Meld on Mac. And I couldn't find any good alternatives. Opendiff works not badly, but it is a bit slow to edit the files directly.
Any sugggestions?
You can use FileMerge application found at "/Developer/Applications/Utilities/FileMerge.app".

What I Should To Learn To Develop Chrome Apps ? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
What I Should To Learn To Develop Chrome Apps ?
You meant in which language? Your question is not very clear. Well if you want to learn develop chrome apps you need to know: Javascript, HTML, CSS ( These are NOT programming languages, and they are easy to learn )
Here you have some nice reading:
http://www.vikitech.com/2398/create-chrome-web-apps
Hope it helps :)

Is there some simple developer tools / IDE for mac ? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I need to write simple application that will run on mac.
The application need to take some text file and send it over http ( using REST ).
Is there some free IDE that i can download and use ?
If i will write it in java - is it run on mac ?
Thanks.
Not sure if the question applies here, but if you want to write Java use Eclipse. It is free and runs on Mac.

Best F# IDE for a Mac [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm trying to convince a friend of mine to switch from OCaml to F#, however they are programming on a Mac. What is the best F# development experience on top of OS X?
From looking at a similar question on SO, it appears that the F# Addin for MonoDevelop is my best bet. Are there any better alternatives?
The answer is now slightly out of date. There now is a proper "F# Mode" for Emacs, see:
http://sourceforge.net/projects/fsharp-mode/
Emacs and tuareg mode:
http://www.palladiumconsulting.com/blog/sebastian/2007/04/f-mono-and-mac-os-x-warmups.html

Initial skeleton for Firefox extensions? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I always seem to have a hard time starting a new Firefox extension. Can anyone recommend a good extension skeleton, scaffold, or code generator? Ideally one that follows all the best practices for FF extensions?
This one works nice: https://addons.mozilla.org/en-US/developers/tools/builder
Of course googling for "firefox extension generator" is where I found it ;)
Look up this eclipse plugin:
SPKet
It will take care of the skeleton and 50 other things, you will love it.

Resources