Env: Windows XP, Eclipse 3.2.1, RadRails 0.7.1, Subclipse 1.0.3 Is there a How to install Substruct in Eclipse? Checkout from SVN Installing Substruct http://dev.subimage.com/projects/substruct/wiki/InstallingSubstruct Step 5 the vendor/plugins folder is empty 5. Initialize the database tables using the following unix commands. Translate to DOS if you need to. This loads the initial schema, updates to the latest using migrations, then finally loads authority data into the DB. cp vendor/plugins/substruct/db/* db/ chmod +w db/schema.rb rake db:schema:load rake load_authority_data rake db:migrate:engines:substruct rake db:migrate:engines:substruct RAILS_ENV=''production'' -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
No, and I don''t know why you would want to install Substruct from Eclipse... On 12/1/06, Dave Kennedy <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > > Env: Windows XP, Eclipse 3.2.1, RadRails 0.7.1, Subclipse 1.0.3 > > Is there a How to install Substruct in Eclipse? > > Checkout from SVN > Installing Substruct > http://dev.subimage.com/projects/substruct/wiki/InstallingSubstruct > Step 5 the vendor/plugins folder is empty > > 5. Initialize the database tables using the following unix commands. > Translate to DOS if you need to. > > This loads the initial schema, updates to the latest using migrations, > then finally loads authority data into the DB. > > cp vendor/plugins/substruct/db/* db/ > chmod +w db/schema.rb > rake db:schema:load > rake load_authority_data > rake db:migrate:engines:substruct > rake db:migrate:engines:substruct RAILS_ENV=''production'' > > -- > Posted via http://www.ruby-forum.com/. > > > >-- seth at subimage interactive http://www.subimage.com/sublog/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I''m new to Ruby and Eclipse is the IDE I use. When learning a new Java technology like Hibernate, Axis, Struts I deploy an example war file in Eclipse to help reduce the learning curve. What strategy would you suggest for Substruct? Subimage Interactive wrote:> No, and I don''t know why you would want to install Substruct from > Eclipse... > > On 12/1/06, Dave Kennedy <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote: >> >> rake db:migrate:engines:substruct >> rake db:migrate:engines:substruct RAILS_ENV=''production'' >> >> -- >> Posted via http://www.ruby-forum.com/. >> >> > >> > > > -- > seth at subimage interactive > http://www.subimage.com/sublog/-- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Substruct is implemented as a Rails engine. Engines are not recommended approach for reuse. If you are using it for learning purposes, it might be ok. Otherwise you must be aware that plugins are favored over engines. When newer releases of Rails comes out it might break Substruct. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Shows how much you know.......... If you install the recommended way, from the wiki, you will get Substruct locked to a constant, stable version of Rails. There really is no reason at all to upgrade rails whenever a new version comes out...unless it''s a security patch FYI. On 12/2/06, Bala Paranj <bcparanj-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > Substruct is implemented as a Rails engine. Engines are not > recommended approach for reuse. If you are using it for learning > purposes, it might be ok. Otherwise you must be aware that plugins are > favored over engines. When newer releases of Rails comes out it might > break Substruct. > > > >-- seth at subimage interactive http://www.subimage.com/sublog/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
1. install Substruct from the wiki 2. use Eclipse/RadRails to make modifications... Is the existng Substruct project somehow imported into Eclipse? Subimage Interactive wrote:> Shows how much you know.......... > > If you install the recommended way, from the wiki, you will get > Substruct > locked to a constant, stable version of Rails.-- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
No. You''ll have to import it yourself. PS: I recommend TextMate on Mac or UltraEdit (maybe Komodo) on PC for Rails...Eclipse and IDE''s are overkill imho. On 12/3/06, Dave Kennedy <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > > 1. install Substruct from the wiki > 2. use Eclipse/RadRails to make modifications... > Is the existng Substruct project somehow imported into Eclipse? > > Subimage Interactive wrote: > > Shows how much you know.......... > > > > If you install the recommended way, from the wiki, you will get > > Substruct > > locked to a constant, stable version of Rails. > > -- > Posted via http://www.ruby-forum.com/. > > > >-- seth at subimage interactive http://www.subimage.com/sublog/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
PS: If you don''t know know much about engines (and it seems you don''t) please go read this. http://rails-engines.org/news/2006/08/30/apparently-engines-are-still-evil/ On 12/2/06, Bala Paranj <bcparanj-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > Substruct is implemented as a Rails engine. Engines are not > recommended approach for reuse. If you are using it for learning > purposes, it might be ok. Otherwise you must be aware that plugins are > favored over engines. When newer releases of Rails comes out it might > break Substruct. > > > >-- seth at subimage interactive http://www.subimage.com/sublog/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---