Genadi Samokovarov
2013-Sep-19 16:41 UTC
Introducing Web Console 1.0 [Google Summer of Code 2013 Project]
Hi There, My name is Genadi and for the last 2 months, me and Guillermo Iguaran have been working on bringing rails console to the browser under the Google Summer of Code 2013 program. We named the project Web Console<http://gsamokovarov.com/web-console>and as of this week, we consider the project stable and have released 1.0.0 <https://github.com/rails/web-console/releases/tag/v1.0.0>. The great thing about the project is that it sneaks in a full-featured terminal emulator in the browser, so features like colors, auto completion, auto indentation work out of the box. That means that you can even run Pry and have its advanced features available. Running less or Vim inside of it is not a problem. Because of the terminal emulator running most of the terminal applications just fine, we provide you a way to actually other commands than `rails console`. For example, if you are running a Unix flavor, you can run `login` to authenticate a user and spawn a login shell for it. I call that a poor man''s solution to SSH servers ;] You can check out the project on GitHub<https://github.com/rails/web-console> for a bit more documentation on what the project can do and how (if you want to) to configure it to your likings. Regards, Genadi Samokovarov -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/a2e0949e-b3b5-4724-8fd5-3b055fb428f9%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
Earl St Sauver
2013-Sep-19 23:14 UTC
Re: Introducing Web Console 1.0 [Google Summer of Code 2013 Project]
This is really cool! I''m super excited to get playing with it. Out of curiosity, do you know if all of the other google summer of code project ideas have been filled? The project idea list doesn''t look like it''s been updated to indicate who actually got the Summer of Code grants to do the projects. https://github.com/rails/gsoc2013/wiki/Ideas I''d love to work on some of these, but I''d like to avoid duplicating effort. ~Earl On Thursday, September 19, 2013 9:41:31 AM UTC-7, Genadi Samokovarov wrote:> > Hi There, > > My name is Genadi and for the last 2 months, me and Guillermo Iguaran have > been working on bringing rails console to the browser under the Google > Summer of Code 2013 program. We named the project Web Console<http://gsamokovarov.com/web-console>and as of this week, we consider the project stable and have released > 1.0.0 <https://github.com/rails/web-console/releases/tag/v1.0.0>. > > The great thing about the project is that it sneaks in a full-featured > terminal emulator in the browser, so features like colors, auto completion, > auto indentation work out of the box. That means that you can even run Pry > and have its advanced features available. Running less or Vim inside of it > is not a problem. > > Because of the terminal emulator running most of the terminal applications > just fine, we provide you a way to actually other commands than `rails > console`. For example, if you are running a Unix flavor, you can run > `login` to authenticate a user and spawn a login shell for it. I call that > a poor man''s solution to SSH servers ;] > > You can check out the project on GitHub<https://github.com/rails/web-console> for > a bit more documentation on what the project can do and how (if you want > to) to configure it to your likings. > > Regards, > Genadi Samokovarov >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-core+unsubscribe@googlegroups.com. To post to this group, send email to rubyonrails-core@googlegroups.com. Visit this group at http://groups.google.com/group/rubyonrails-core. For more options, visit https://groups.google.com/groups/opt_out.
Erwin
2013-Sep-20 06:04 UTC
Re: Introducing Web Console 1.0 [Google Summer of Code 2013 Project]
thanks for sharing ... great job Le jeudi 19 septembre 2013 18:41:31 UTC+2, Genadi Samokovarov a écrit :> > Hi There, > > My name is Genadi and for the last 2 months, me and Guillermo Iguaran have > been working on bringing rails console to the browser under the Google > Summer of Code 2013 program. We named the project Web Console<http://gsamokovarov.com/web-console>and as of this week, we consider the project stable and have released > 1.0.0 <https://github.com/rails/web-console/releases/tag/v1.0.0>. > > The great thing about the project is that it sneaks in a full-featured > terminal emulator in the browser, so features like colors, auto completion, > auto indentation work out of the box. That means that you can even run Pry > and have its advanced features available. Running less or Vim inside of it > is not a problem. > > Because of the terminal emulator running most of the terminal applications > just fine, we provide you a way to actually other commands than `rails > console`. For example, if you are running a Unix flavor, you can run > `login` to authenticate a user and spawn a login shell for it. I call that > a poor man''s solution to SSH servers ;] > > You can check out the project on GitHub<https://github.com/rails/web-console> for > a bit more documentation on what the project can do and how (if you want > to) to configure it to your likings. > > Regards, > Genadi Samokovarov >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/84d67085-d7cd-4421-a15d-90dc4960dc3c%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
Genadi Samokovarov
2013-Sep-20 08:22 UTC
Re: Introducing Web Console 1.0 [Google Summer of Code 2013 Project]
Hi Earl, You can see this year''s accepted projects at http://weblog.rubyonrails.org/2013/5/27/rails-google-summer-of-code-projects/. I guess that the guys will update the page again (or create a new one) during the preparation for the next Summer of Code (should Rails apply again). This should be around February/March of 2014. Other than that you can always apply with your own idea :) # Genadi On Friday, September 20, 2013 2:14:19 AM UTC+3, Earl St Sauver wrote:> > This is really cool! I''m super excited to get playing with it. > > Out of curiosity, do you know if all of the other google summer of code > project ideas have been filled? The project idea list doesn''t look like > it''s been updated to indicate who actually got the Summer of Code grants to > do the projects. https://github.com/rails/gsoc2013/wiki/Ideas > > I''d love to work on some of these, but I''d like to avoid duplicating > effort. > > ~Earl > > On Thursday, September 19, 2013 9:41:31 AM UTC-7, Genadi Samokovarov wrote: >> >> Hi There, >> >> My name is Genadi and for the last 2 months, me and Guillermo Iguaran >> have been working on bringing rails console to the browser under the Google >> Summer of Code 2013 program. We named the project Web Console<http://gsamokovarov.com/web-console>and as of this week, we consider the project stable and have released >> 1.0.0 <https://github.com/rails/web-console/releases/tag/v1.0.0>. >> >> The great thing about the project is that it sneaks in a full-featured >> terminal emulator in the browser, so features like colors, auto completion, >> auto indentation work out of the box. That means that you can even run Pry >> and have its advanced features available. Running less or Vim inside of it >> is not a problem. >> >> Because of the terminal emulator running most of the terminal >> applications just fine, we provide you a way to actually other commands >> than `rails console`. For example, if you are running a Unix flavor, you >> can run `login` to authenticate a user and spawn a login shell for it. I >> call that a poor man''s solution to SSH servers ;] >> >> You can check out the project on GitHub<https://github.com/rails/web-console> for >> a bit more documentation on what the project can do and how (if you want >> to) to configure it to your likings. >> >> Regards, >> Genadi Samokovarov >> >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-core+unsubscribe@googlegroups.com. To post to this group, send email to rubyonrails-core@googlegroups.com. Visit this group at http://groups.google.com/group/rubyonrails-core. For more options, visit https://groups.google.com/groups/opt_out.
bradley.kieser-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2013-Sep-20 10:41 UTC
Re: Introducing Web Console 1.0 [Google Summer of Code 2013 Project]
Brilliant, thank you! On Thursday, 19 September 2013 17:41:31 UTC+1, Genadi Samokovarov wrote:> > Hi There, > > My name is Genadi and for the last 2 months, me and Guillermo Iguaran have > been working on bringing rails console to the browser under the Google > Summer of Code 2013 program. We named the project Web Console<http://gsamokovarov.com/web-console>and as of this week, we consider the project stable and have released > 1.0.0 <https://github.com/rails/web-console/releases/tag/v1.0.0>. > > The great thing about the project is that it sneaks in a full-featured > terminal emulator in the browser, so features like colors, auto completion, > auto indentation work out of the box. That means that you can even run Pry > and have its advanced features available. Running less or Vim inside of it > is not a problem. > > Because of the terminal emulator running most of the terminal applications > just fine, we provide you a way to actually other commands than `rails > console`. For example, if you are running a Unix flavor, you can run > `login` to authenticate a user and spawn a login shell for it. I call that > a poor man''s solution to SSH servers ;] > > You can check out the project on GitHub<https://github.com/rails/web-console> for > a bit more documentation on what the project can do and how (if you want > to) to configure it to your likings. > > Regards, > Genadi Samokovarov >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/928acb43-a325-4fff-b52a-07db79329d13%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
Tamara Temple
2013-Sep-20 22:52 UTC
Re: Introducing Web Console 1.0 [Google Summer of Code 2013 Project]
Well done!! I haven''t tried it out, but this is quite an ambitious project and I''m looking forward to seeing it. On Sep 19, 2013, at 11:41 AM, Genadi Samokovarov <gsamokovarov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi There, > > My name is Genadi and for the last 2 months, me and Guillermo Iguaran have been working on bringing rails console to the browser under the Google Summer of Code 2013 program. We named the project Web Console and as of this week, we consider the project stable and have released 1.0.0. > > The great thing about the project is that it sneaks in a full-featured terminal emulator in the browser, so features like colors, auto completion, auto indentation work out of the box. That means that you can even run Pry and have its advanced features available. Running less or Vim inside of it is not a problem. > > Because of the terminal emulator running most of the terminal applications just fine, we provide you a way to actually other commands than `rails console`. For example, if you are running a Unix flavor, you can run `login` to authenticate a user and spawn a login shell for it. I call that a poor man''s solution to SSH servers ;] > > You can check out the project on GitHub for a bit more documentation on what the project can do and how (if you want to) to configure it to your likings. > > Regards, > Genadi Samokovarov-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/4610E762-26BC-40A8-B886-B5847C1A06FE%40gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
Genadi Samokovarov
2013-Sep-24 11:24 UTC
Re: Introducing Web Console 1.0 [Google Summer of Code 2013 Project]
Please, do so! Would appreciate any feedback :) On Saturday, September 21, 2013 1:52:06 AM UTC+3, tamouse wrote:> > Well done!! I haven''t tried it out, but this is quite an ambitious project > and I''m looking forward to seeing it. > > > On Sep 19, 2013, at 11:41 AM, Genadi Samokovarov <gsamok...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org<javascript:>> > wrote: > > > Hi There, > > > > My name is Genadi and for the last 2 months, me and Guillermo Iguaran > have been working on bringing rails console to the browser under the Google > Summer of Code 2013 program. We named the project Web Console and as of > this week, we consider the project stable and have released 1.0.0. > > > > The great thing about the project is that it sneaks in a full-featured > terminal emulator in the browser, so features like colors, auto completion, > auto indentation work out of the box. That means that you can even run Pry > and have its advanced features available. Running less or Vim inside of it > is not a problem. > > > > Because of the terminal emulator running most of the terminal > applications just fine, we provide you a way to actually other commands > than `rails console`. For example, if you are running a Unix flavor, you > can run `login` to authenticate a user and spawn a login shell for it. I > call that a poor man''s solution to SSH servers ;] > > > > You can check out the project on GitHub for a bit more documentation on > what the project can do and how (if you want to) to configure it to your > likings. > > > > Regards, > > Genadi Samokovarov > > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/3afdae28-a211-4f5b-8c20-414c9b1a09bb%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.