oscardelben / RailsOneClick

Rails One Click installer for Mac Os X
http://railsoneclick.com/
MIT License
157 stars 6 forks source link

basic enhancement #3

Closed void-main closed 12 years ago

void-main commented 12 years ago

added 3 basic enhancements:

  1. Inform user when the installation is failed while installing ruby or rails. Currently, the program will tell the user that installation is successful even when it actually failed.
  2. Disable the checkPrerequisitesButton during the installation process. It seems weird to me that I can check the prerequisites when I'm actually installing.
  3. Skip ruby installation process when it is already installed.
oscardelben commented 12 years ago

This is good, thanks a lot!

void-main commented 12 years ago

glad you like it!

:)