|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
Problems with reorder extension / shards extensionHey there,
since I got problems installing the reorder extension I previously posted my questions as a trouble ticket, which was wrong. Sorry. In the end I had to reinstall radiant and my database tables again. Before I try it again, I would love to hear some hints about how I have to install the shards and reorder extension the *right* way. I already spent two days and won't do it wrong again. This is what I have done: - installed radiant via gem install - installed shards extension via subversion (http://dev.radiantcms.org/svn/radiant/tags/rel_0-6-4/extensions ) - installed reorder extension via subversion Don't get me wrong. I would do my best to track error messages down again. But first I would like to know if there is anything I have to keep in mind before running again into hell (version conflicts or something). Thank you, rainer _______________________________________________ Radiant mailing list Post: Radiant@... Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant |
|
|
Re: Problems with reorder extension / shards extensionHopefully Shards will become part of the core very soon and this won't
be a problem anymore. Sadly, even the wiki doesn't talk about what to do http://wiki.radiantcms.org/Using_the_Shards_Extension (I'll update it after sending this though) You need to edit your config/environment.rb as follows: Radiant::Initializer.run do |config| ... config.extensions = [ :shards, :all ] ... end On Feb 12, 2008, at 12:38 PM, rainer griess wrote: > Hey there, > > since I got problems installing the reorder extension I previously > posted my questions as a trouble ticket, which was wrong. Sorry. In > the end I had to reinstall radiant and my database tables again. > > Before I try it again, I would love to hear some hints about how I > have to install the shards and reorder extension the *right* way. I > already spent two days and won't do it wrong again. > > This is what I have done: > - installed radiant via gem install > - installed shards extension via subversion (http://dev.radiantcms.org/svn/radiant/tags/rel_0-6-4/extensions > ) > - installed reorder extension via subversion > > Don't get me wrong. I would do my best to track error messages down > again. But first I would like to know if there is anything I have to > keep in mind before running again into hell (version conflicts or > something). > > Thank you, > rainer Radiant mailing list Post: Radiant@... Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant |
|
|
Re: Problems with reorder extension / shards extensionThank you for your response,
yes, I remember. I figured out to fiddle it into this config file. I added this line but reorder was not working. Under extensions reorder and shards was listed as installed! But there was no button, no drag & drop or something to reorder anything. BTW I also tried to install the Edge-Version of radiant which in turn placed itself into the extension directory. I am pretty new to rails. But as far as I know, this would be okay. But where do I have to put the config.extension-line then? In the main app directory or in the extension dir? Thanks again, rainer PS Is posting on top of discussions instead of posting at the bottom more accepted then before or is it just your preference. Don't really care. Just want to know... On 12.02.2008, at 18:47, Jim Gay wrote: > Hopefully Shards will become part of the core very soon and this won't > be a problem anymore. Sadly, even the wiki doesn't talk about what to > do http://wiki.radiantcms.org/Using_the_Shards_Extension > > (I'll update it after sending this though) > > You need to edit your config/environment.rb as follows: > > Radiant::Initializer.run do |config| > ... > config.extensions = [ :shards, :all ] > ... > end > > > > On Feb 12, 2008, at 12:38 PM, rainer griess wrote: > >> Hey there, >> >> since I got problems installing the reorder extension I previously >> posted my questions as a trouble ticket, which was wrong. Sorry. In >> the end I had to reinstall radiant and my database tables again. >> >> Before I try it again, I would love to hear some hints about how I >> have to install the shards and reorder extension the *right* way. I >> already spent two days and won't do it wrong again. >> >> This is what I have done: >> - installed radiant via gem install >> - installed shards extension via subversion (http://dev.radiantcms.org/svn/radiant/tags/rel_0-6-4/extensions >> ) >> - installed reorder extension via subversion >> >> Don't get me wrong. I would do my best to track error messages down >> again. But first I would like to know if there is anything I have to >> keep in mind before running again into hell (version conflicts or >> something). >> >> Thank you, >> rainer > _______________________________________________ > Radiant mailing list > Post: Radiant@... > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant _______________________________________________ Radiant mailing list Post: Radiant@... Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant |
|
|
Re: Problems with reorder extension / shards extensionI should have asked this first, but did you run:
rake radiant:extensions:reorder:migrate rake radiant:extensions:reorder:update (I think that's what they are, but just to be sure run: rake -T) I tend to post on top here since the messages can be so long and nobody trims that much. Nobody's barked at me about it, but I'll switch if it is annoying to the list. On Feb 12, 2008, at 1:19 PM, rainer griess wrote: > Thank you for your response, > > yes, I remember. I figured out to fiddle it into this config file. I > added this line but reorder was not working. Under extensions reorder > and shards was listed as installed! But there was no button, no drag & > drop or something to reorder anything. > > BTW I also tried to install the Edge-Version of radiant which in turn > placed itself into the extension directory. I am pretty new to rails. > But as far as I know, this would be okay. But where do I have to put > the config.extension-line then? In the main app directory or in the > extension dir? > > Thanks again, > rainer > > PS Is posting on top of discussions instead of posting at the bottom > more accepted then before or is it just your preference. Don't really > care. Just want to know... > > On 12.02.2008, at 18:47, Jim Gay wrote: > >> Hopefully Shards will become part of the core very soon and this >> won't >> be a problem anymore. Sadly, even the wiki doesn't talk about what to >> do http://wiki.radiantcms.org/Using_the_Shards_Extension >> >> (I'll update it after sending this though) >> >> You need to edit your config/environment.rb as follows: >> >> Radiant::Initializer.run do |config| >> ... >> config.extensions = [ :shards, :all ] >> ... >> end >> >> >> >> On Feb 12, 2008, at 12:38 PM, rainer griess wrote: >> >>> Hey there, >>> >>> since I got problems installing the reorder extension I previously >>> posted my questions as a trouble ticket, which was wrong. Sorry. In >>> the end I had to reinstall radiant and my database tables again. >>> >>> Before I try it again, I would love to hear some hints about how I >>> have to install the shards and reorder extension the *right* way. I >>> already spent two days and won't do it wrong again. >>> >>> This is what I have done: >>> - installed radiant via gem install >>> - installed shards extension via subversion (http://dev.radiantcms.org/svn/radiant/tags/rel_0-6-4/extensions >>> ) >>> - installed reorder extension via subversion >>> >>> Don't get me wrong. I would do my best to track error messages down >>> again. But first I would like to know if there is anything I have to >>> keep in mind before running again into hell (version conflicts or >>> something). >>> >>> Thank you, >>> rainer Radiant mailing list Post: Radiant@... Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant |
|
|
Re: Problems with reorder extension / shards extensionWell, if i recall correctly I did that. Not sure about update, but
migrate I did. I am quite sure. But it seems there are no Dont's about installing both of these extensions. And some rules of thumb aren't there either. So I have to give it a try again tomorrow and post about problems in more depth to get further help. Thanks for you response Jim, rainer On 12.02.2008, at 19:41, Jim Gay wrote: > I should have asked this first, but did you run: > rake radiant:extensions:reorder:migrate > rake radiant:extensions:reorder:update > > (I think that's what they are, but just to be sure run: rake -T) > > I tend to post on top here since the messages can be so long and > nobody trims that much. Nobody's barked at me about it, but I'll > switch if it is annoying to the list. > > > On Feb 12, 2008, at 1:19 PM, rainer griess wrote: > >> Thank you for your response, >> >> yes, I remember. I figured out to fiddle it into this config file. I >> added this line but reorder was not working. Under extensions reorder >> and shards was listed as installed! But there was no button, no >> drag & >> drop or something to reorder anything. >> >> BTW I also tried to install the Edge-Version of radiant which in turn >> placed itself into the extension directory. I am pretty new to rails. >> But as far as I know, this would be okay. But where do I have to put >> the config.extension-line then? In the main app directory or in the >> extension dir? >> >> Thanks again, >> rainer >> >> PS Is posting on top of discussions instead of posting at the bottom >> more accepted then before or is it just your preference. Don't really >> care. Just want to know... >> >> On 12.02.2008, at 18:47, Jim Gay wrote: >> >>> Hopefully Shards will become part of the core very soon and this >>> won't >>> be a problem anymore. Sadly, even the wiki doesn't talk about what >>> to >>> do http://wiki.radiantcms.org/Using_the_Shards_Extension >>> >>> (I'll update it after sending this though) >>> >>> You need to edit your config/environment.rb as follows: >>> >>> Radiant::Initializer.run do |config| >>> ... >>> config.extensions = [ :shards, :all ] >>> ... >>> end >>> >>> >>> >>> On Feb 12, 2008, at 12:38 PM, rainer griess wrote: >>> >>>> Hey there, >>>> >>>> since I got problems installing the reorder extension I previously >>>> posted my questions as a trouble ticket, which was wrong. Sorry. In >>>> the end I had to reinstall radiant and my database tables again. >>>> >>>> Before I try it again, I would love to hear some hints about how I >>>> have to install the shards and reorder extension the *right* way. I >>>> already spent two days and won't do it wrong again. >>>> >>>> This is what I have done: >>>> - installed radiant via gem install >>>> - installed shards extension via subversion (http://dev.radiantcms.org/svn/radiant/tags/rel_0-6-4/extensions >>>> ) >>>> - installed reorder extension via subversion >>>> >>>> Don't get me wrong. I would do my best to track error messages down >>>> again. But first I would like to know if there is anything I have >>>> to >>>> keep in mind before running again into hell (version conflicts or >>>> something). >>>> >>>> Thank you, >>>> rainer > _______________________________________________ > Radiant mailing list > Post: Radiant@... > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant _______________________________________________ Radiant mailing list Post: Radiant@... Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant |
| Free embeddable forum powered by Nabble | Forum Help |