ruboto / ruboto

A platform for developing apps using JRuby on Android.
http://ruboto.org/
MIT License
2.03k stars 157 forks source link

How can I help? (jaunesarmiento) #578

Closed jaunesarmiento closed 9 years ago

jaunesarmiento commented 10 years ago

Hi!

I'd like to contribute to the Ruboto project.

My earlier experience with Ruby, Java, Android and Ruboto: I've played with the Android SDK for quite some time. But I'm more experienced in Ruby and I build iOS apps using RubyMotion.

My experience with HTML, CSS, JavaScript, and Jekyll: I believe this can be answered in one GitHub repository, https://github.com/jaunesarmiento/fries. Its documentation runs on Jekyll (http://getfri.es)

My experience using git and GitHub: I can say I'm a fairly advanced git user.

My other interests and passions: I really love Android. :)

rscottm commented 10 years ago

Hi Jaune,

Welcome! Your Fries project looks great.

Do you have a Ruboto development environment up and running? That's the place to start. Then run through some of the tutorials to get the feel for Ruboto (and help us to improve them).

As for ways to help our, the first thing that comes to mind for me is that it would be interesting to have a tutorial that shows how to use Ruboto and Fries.

One thing I'd like to do that you might want to help with: I'm in the process of converting Ruboto IRB over to 100% script. I'm mostly there, and I'd like to do that before revising the UI (much needed). I do have a demo that uses CodeMirror (browser based) to provide syntax highlighting. Given your Fries work, I wonder if it isn't best to make the whole UI more HTML/CSS based.

Of course, do what sounds most interesting to you.

-- Scott

On Sun, Mar 2, 2014 at 3:19 AM, Jaune Sarmiento notifications@github.comwrote:

Hi!

I'd like to contribute to the Ruboto project.

My earlier experience with Ruby, Java, Android and Ruboto: I've played with the Android SDK for quite some time. But I'm more experienced in Ruby and I build iOS apps using RubyMotion.

My experience with HTML, CSS, JavaScript, and Jekyll: I believe this can be answered in one GitHub repository, https://github.com/jaunesarmiento/fries. Its documentation runs on Jekyll (http://getfri.es)

My experience using git and GitHub: I can say I'm a fairly advanced git user.

My other interests and passions: I really love Android. :)

Reply to this email directly or view it on GitHubhttps://github.com/ruboto/ruboto/issues/578 .

jaunesarmiento commented 10 years ago

Hi Scott

Thanks for the warm welcome and I'm glad that you liked Fries. I'm currently setting up my machine for Ruboto development. I'll run through the tutorials once it's set up. I believe I've already ran example Ruboto projects before in my old laptop.

I'm not quite sure though what you mean by having a tutorial that shows how to use Ruboto and Fries. Do you want to have a tutorial with a preview on the side on what should appear on the emulator? Or you want to make a tutorial showcasing both Ruboto and Fries?

And what do you mean convert the Ruboto IRB to 100% script?

I think I can help you mostly with integrating the tutorials and documentation to the front-facing website using Jekyll. This way, all code will be on GitHub and updating will be a breeze.

Let me know what you think. Cheers!

rscottm commented 10 years ago

I guess I'm thinking about a tutorial that shows how you can use Ruboto and Fries together. From a quick glance, it looks like something people might want to use together.

Right now, Ruboto IRB is still implemented in Java, and then accessing JRuby (to run scripts) and touching a few other pieces of Ruboto. There is a demo in IRB that runs a script that duplicates Ruboto IRB's functionality (out of date). What I'd like is for Ruboto IRB to be a pure Ruboto app (i.e., no custom Java elements, just what is created by Ruboto). All of the functionality of the program would be implemented in Ruby. A Ruby script that presents an Android application that runs Ruby scripts.

Yes, we'd love your help on integrating the tutorials & documentation with the front-facing website!!!

On Sun, Mar 2, 2014 at 12:13 PM, Jaune Sarmiento notifications@github.comwrote:

Hi Scott

Thanks for the warm welcome and I'm glad that you liked Fries. I'm currently setting up my machine for Ruboto development. I'll run through the tutorials once it's set up. I believe I've already ran example Ruboto projects before in my old laptop.

I'm not quite sure though what you mean by having a tutorial that shows how to use Ruboto and Fries. Do you want to have a tutorial with a preview on the side on what should appear on the emulator? Or you want to make a tutorial showcasing both Ruboto and Fries?

And what do you mean convert the Ruboto IRB to 100% script?

I think I can help you mostly with integrating the tutorials and documentation to the front-facing website using Jekyll. This way, all code will be on GitHub and updating will be a breeze.

Let me know what you think. Cheers!

Reply to this email directly or view it on GitHubhttps://github.com/ruboto/ruboto/issues/578#issuecomment-36465075 .

jaunesarmiento commented 10 years ago

Great, let's do it then. :)

donv commented 10 years ago

Hi @jaunesarmiento !

Have you tried some of the Ruboto tutorials? If you have any questions, please ask, and we'll help you get going :)

donv commented 10 years ago

Hi @rscottm and @jaunesarmiento !

Have you had any progress in this issue?

donv commented 9 years ago

Hi @jaunesarmiento and @rscottm !

I assume you have moved on from this issue :smile:

Feel free to reopen or start a new issue if you still have plans for this.