hi all, i am tryin to develop a blog in rails3...that should have all the basic functionalities of blog like *creating a article *,*posting* ,*comments *can anybody help me with this to start from the scratch.. is there any plugin to be installed? -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 19 August 2011 10:47, Annapoorna R <prapoorna.r-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> hi all, > i am tryin to develop a blog in rails3...that should have all the basic > functionalities of blog like *creating a article *,*posting* ,*comments > *can anybody help me with this to start from the scratch.. is there any > plugin to be installed? > > >If you are using refineryCMS you can use refinerycms-blog gem in your gem file to use blog features. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
v r not using refineryCMS sir... On Fri, Aug 19, 2011 at 12:16 PM, G S RAO <subbarao.kly-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > On 19 August 2011 10:47, Annapoorna R <prapoorna.r-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >> hi all, >> i am tryin to develop a blog in rails3...that should have all the basic >> functionalities of blog like *creating a article *,*posting* ,*comments >> *can anybody help me with this to start from the scratch.. is there any >> plugin to be installed? >> >> >> > > If you are using refineryCMS you can use refinerycms-blog gem in your gem > file to use blog features. > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
*try blogger 0.5.1 * in your gem file include line gem blogger, ''0.5.1'' and run bundle install I am not used that gem but try once On 19 August 2011 12:48, Annapoorna R <prapoorna.r-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> v r not using refineryCMS sir... > > On Fri, Aug 19, 2011 at 12:16 PM, G S RAO <subbarao.kly-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >> >> >> On 19 August 2011 10:47, Annapoorna R <prapoorna.r-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> >>> hi all, >>> i am tryin to develop a blog in rails3...that should have all the basic >>> functionalities of blog like *creating a article *,*posting* ,*comments >>> *can anybody help me with this to start from the scratch.. is there any >>> plugin to be installed? >>> >>> >>> >> >> If you are using refineryCMS you can use refinerycms-blog gem in your gem >> file to use blog features. >> >> >>-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
@Annapoorna it may or may not help you - http://sixrevisions.com/web-development/how-to-create-a-blog-from-scratch-using-ruby-on-rails/ On Fri, Aug 19, 2011 at 1:06 PM, G S RAO <subbarao.kly-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> blogger-- Please consider the environment before printing this email. Regards, Surya -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Aug 19, 7:17 am, Annapoorna R <prapoorn...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> hi all, > i am tryin to develop a blog in rails3...that should have all the basic > functionalities of blog like *creating a article *,*posting* ,*comments > *can anybody help me with this to start from the scratch.. is there any > plugin to be installed?Hi, Typo''s a Rails blogware existing since 2005 that is still actively developped. It even used to power blog.rubyonrails.org at the time. Maybe you should give it a try. https://github.com/fdv/typo Best regards, Frédéric -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
hi Frederic not able to configure the typo.. Could not find gem ''sam-mysql2-ruby Could not find gem ''rspec2-rails getting errors like this... once i run bundle install 2011/8/19 Frédéric de Villamil <fdevillamil-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>> On Aug 19, 7:17 am, Annapoorna R <prapoorn...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > hi all, > > i am tryin to develop a blog in rails3...that should have all the basic > > functionalities of blog like *creating a article *,*posting* ,*comments > > *can anybody help me with this to start from the scratch.. is there any > > plugin to be installed? > > Hi, > > Typo''s a Rails blogware existing since 2005 that is still actively > developped. It even used to power blog.rubyonrails.org at the time. > Maybe you should give it a try. > https://github.com/fdv/typo > > Best regards, > Frédéric > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Aug 19, 2:30 pm, Annapoorna R <prapoorn...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> hi > Frederic > not able to configure the typo.. > Could not find gem ''sam-mysql2-ruby > Could not find gem ''rspec2-rails > getting errors like this... > once i run bundle install >After debugging in private: problem solved (was a missing libxslt on the system). -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hi Anna Did you created or still creating any help.... Annapoorna R-2 wrote:> > hi all, > i am tryin to develop a blog in rails3...that should have all the basic > functionalities of blog like *creating a article *,*posting* ,*comments > *can anybody help me with this to start from the scratch.. is there any > plugin to be installed? > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > >-- View this message in context: http://old.nabble.com/blog-creation-tp32292645p32877297.html Sent from the RubyOnRails Users mailing list archive at Nabble.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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.