Easy way to migrate entire project to Maglev in one shot.
DO web tools work ? If so example please , I was not able to readily get things going from what I found.
Does the Debugger work ? Example please.
I would like to run unit tests from within Maglev but with breakpoint support.
1.9 is a must
MagLev as a PaaS would be enabling. I'm sort of trying to get my head around using Mongo and how it NOT is an OODMBS but they are available via MongoLabs thru Heroku which basically allows me to pilot a project out in the wild for almost free which is not the case if I go the straight Amazon route.
> To have different stones is a good idea. I have stuff in my dotfiles toOkay, how do I create new stones? And how do I tell (from ruby) which stone to use? I know how to do it via command line, but I want my Ruby app to choose at runtime.
> quickly switch between stones with bash completion, I can send you the
> functions. I'm running different stones all the time for demo apps and
> development.
This is fantastic. I would love a Database explorer, I have been planning on writing one myself. I was also thinking about writing Ruby tools in Pharo, but it'll be a little while before I get that far along.
> Here at HPI, students are working on a persistence abstraction and data
> migrations for maglev at the moment, they will be interested to hear
> how you fare, what problems you encounter etc. They're on this list, so
> if you can report things, please feel free to do so, we're very
> interested :) they are also looking into development tools and 1.9
> support, and I'd be interested if you feel like you're missing
> something (class browser? Database explorer?)
Thanks!
-Steven
Ah. How do I create the new stone? And do I have to prep it with anything?
Also, this "manage MagLev with rake tasks" is not a sustainable situation. I noticed the "maglev" bin is deprecated: this is not going to be okay for managing deployments. I'll solve that problem when I get to it, though.
-Steven
On 2013-01-09, at 4:49 PM, Jesse Cooke <je...@jc00ke.com> wrote:On Wed, Jan 9, 2013 at 12:17 PM, Steven R. Baker <ste...@stevenrbaker.com> wrote:> To have different stones is a good idea. I have stuff in my dotfiles toOkay, how do I create new stones? And how do I tell (from ruby) which stone to use? I know how to do it via command line, but I want my Ruby app to choose at runtime.
> quickly switch between stones with bash completion, I can send you the
> functions. I'm running different stones all the time for demo apps and
> development.
I stumbled across something that might help a while back
--------------------------------------------Jesse Cooke :: N-tier Engineerjc00ke.com / @jc00ke
--------------------------------------------Jesse Cooke :: N-tier Engineerjc00ke.com / @jc00ke496766
On Wed, Jan 9, 2013 at 12:53 PM, Steven R. Baker <ste...@stevenrbaker.com> wrote:Ah. How do I create the new stone? And do I have to prep it with anything?rake stone:create[foobar]
Also, this "manage MagLev with rake tasks" is not a sustainable situation. I noticed the "maglev" bin is deprecated: this is not going to be okay for managing deployments. I'll solve that problem when I get to it, though.Monty once told me the rationale for using rake tasks but I forgot.
On Wed, Jan 9, 2013 at 12:17 PM, Steven R. Baker <ste...@stevenrbaker.com> wrote:
> To have different stones is a good idea. I have stuff in my dotfiles toOkay, how do I create new stones? And how do I tell (from ruby) which stone to use? I know how to do it via command line, but I want my Ruby app to choose at runtime.
> quickly switch between stones with bash completion, I can send you the
> functions. I'm running different stones all the time for demo apps and
> development.
I stumbled across something that might help a while back
All those rake tasks outlined by #s are stone specific, it just happens that the stone is named maglev.So if you had a stone called "foobar" then rake will recognize tasks for that stone.MagLev can't switch stones at runtime (maybe I'm wrong) as it would have to start the gem connected to the correct stone.
> Here at HPI, students are working on a persistence abstraction and data
> migrations for maglev at the moment, they will be interested to hear
> how you fare, what problems you encounter etc. They're on this list, so
> if you can report things, please feel free to do so, we're very
> interested :) they are also looking into development tools and 1.9
> support, and I'd be interested if you feel like you're missing
> something (class browser? Database explorer?)
This is fantastic. I would love a Database explorer, I have been planning on writing one myself. I was also thinking about writing Ruby tools in Pharo, but it'll be a little while before I get that far along.
Thanks!
-Steven
--
You received this message because you are subscribed to the Google Groups "MagLev Discussion" group.
To post to this group, send email to maglev-d...@googlegroups.com.
To unsubscribe from this group, send email to maglev-discuss...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/maglev-discussion?hl=en.
--
You received this message because you are subscribed to the Google Groups "MagLev Discussion" group.
To post to this group, send email to maglev-d...@googlegroups.com.
To unsubscribe from this group, send email to maglev-discuss...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/maglev-discussion?hl=en.
Easy way to migrate entire project to Maglev in one shot.
DO web tools work ? If so example please , I was not able to readily get things going from what I found.
Does the Debugger work ? Example please.
I would like to run unit tests from within Maglev but with breakpoint support.
1.9 is a must
MagLev as a PaaS would be enabling. I'm sort of trying to get my head around using Mongo and how it NOT is an OODMBS but they are available via MongoLabs thru Heroku which basically allows me to pilot a project out in the wild for almost free which is not the case if I go the straight Amazon route.
To have different stones is a good idea. I have stuff in my dotfiles to
quickly switch between stones with bash completion, I can send you the
functions. I'm running different stones all the time for demo apps and
development.
Here at HPI, students are working on a persistence abstraction and data
migrations for maglev at the moment, they will be interested to hear
how you fare, what problems you encounter etc. They're on this list, so
if you can report things, please feel free to do so, we're very
interested :) they are also looking into development tools and 1.9
support, and I'd be interested if you feel like you're missing
something (class browser? Database explorer?)
Best,
-Tim
From: Steven R. Baker
--
You received this message because you are subscribed to the Google
Groups "MagLev Discussion" group.
To post to this group, send email to maglev-d...@googlegroups.com.
To unsubscribe from this group, send email to
maglev-discuss...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/maglev-discussion?hl=en.
--
You received this message because you are subscribed to the Google Groups "MagLev Discussion" group.
To post to this group, send email to maglev-d...@googlegroups.com.
To unsubscribe from this group, send email to maglev-discuss...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/maglev-discussion?hl=en.
To have different stones is a good idea. I have stuff in my dotfiles to
quickly switch between stones with bash completion, I can send you the
functions. I'm running different stones all the time for demo apps and
development.
Here at HPI, students are working on a persistence abstraction and data
migrations for maglev at the moment,
On Wed, Jan 9, 2013 at 12:10 PM, Tim Felgentreff <timfelg...@gmail.com> wrote:
To have different stones is a good idea. I have stuff in my dotfiles to
quickly switch between stones with bash completion, I can send you the
functions. I'm running different stones all the time for demo apps and
development.
Here at HPI, students are working on a persistence abstraction and data
migrations for maglev at the moment,Is this out on the Githubs?