search for: blogs

Displaying 20 results from an estimated 18965 matches for "blogs".

Did you mean: logs
2008 Nov 20
5
Couldn't find without an ID
hi friends... my rhtml is for_for_test.rhtml <html> <head> <title>Form_For Tester</title> </head> <body> <% form_for :blog, :url => { :action => ''save'', :id => @blog } do |f| %> Name: <%= f.text_field :blog %> <%= submit_tag ''Save'' %> <% end %> </body>
2008 Oct 09
0
How to consume a nested singular resource?
...map| map.resources :users do |user| user.resource :blog end map.connect '':controller/:action/:id'' map.connect '':controller/:action/:id.:format'' end Generated routes (only a subset): POST /users/:user_id/blog {:controller=>"blogs", :action=>"create"} POST /users/:user_id/blog.:format {:controller=>"blogs", :action=>"create"} new_user_blog GET /users/:user_id/blog/new {:controller=>"blogs", :action=>"new"} formatted_new_user_blog GET /users...
2018 Jan 09
4
Revolutions blog: December 2017 roundup
Since 2008, Microsoft (formerly Revolution Analytics) staff and guests have written about R at the Revolutions blog (http://blog.revolutionanalytics.com) and every month I post a summary of articles from the previous month of particular interest to readers of r-help. In case you missed them, here are some articles related to R from the month of December: Hadley Wickham's Shiny app for making
2007 Feb 09
3
Re: URL issues
hello... On 2/8/07, cdvr <codecraig-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Hi, > I watched the rails screencast on creating a blog in 15 minutes. > I followed along got it working on my home PC and I then uploaded it > to my web host. So I have, > > /home/<username>/blog > > I had to change some config in the blog app (i.e. production
2016 Apr 06
0
Revolutions blog: March 2016 Roundup
Since 2008, Microsoft (formerly Revolution Analytics) staff and guests have written about R every weekday at the Revolutions blog: http://blog.revolutionanalytics.com and every month I post a summary of articles from the previous month of particular interest to readers of r-help. And in case you missed them, here are some articles related to R from the month of March: Reviews of new CRAN
2016 May 17
5
Interested in writing for the LLVM blog?
Hello! I am looking for a handful of people to help write blog posts for the LLVM blog (blog.llvm.org <http://blog.llvm.org/>) or to help recruit volunteers to write blog posts. The LLVM Project blog is a great place to share details about recent changes to LLVM, Clang, and related sub-projects. It also is a great place to highlight users of LLVM. You can write about your work or the work
2017 Aug 11
0
Revolutions blog: July 2017 roundup
Since 2008, Microsoft (formerly Revolution Analytics) staff and guests have written about R every weekday at the Revolutions blog (http://blog.revolutionanalytics.com) and every month I post a summary of articles from the previous month of particular interest to readers of r-help. In case you missed them, here are some articles related to R from the month of July: A tutorial on using the
2017 Oct 04
0
Revolutions blog: September 2017 roundup
Since 2008, Microsoft (formerly Revolution Analytics) staff and guests have written about R every weekday at the Revolutions blog (http://blog.revolutionanalytics.com) and every month I post a summary of articles from the previous month of particular interest to readers of r-help. In case you missed them, here are some articles related to R from the month of September: The mathpix package
2017 Sep 07
0
Revolutions blog: August 2017 roundup
Since 2008, Microsoft (formerly Revolution Analytics) staff and guests have written about R every weekday at the Revolutions blog (http://blog.revolutionanalytics.com) and every month I post a summary of articles from the previous month of particular interest to readers of r-help. In case you missed them, here are some articles related to R from the month of August: Using the featurizeText
2017 Dec 07
0
Revolutions blog: November 2017 roundup
Since 2008, Microsoft (formerly Revolution Analytics) staff and guests have written about R at the Revolutions blog (http://blog.revolutionanalytics.com) and every month I post a summary of articles from the previous month of particular interest to readers of r-help. In case you missed them, here are some articles related to R from the month of November: R 3.4.3 "Kite Eating Tree" has
2017 Nov 07
0
Revolutions blog: October 2017 roundup
Since 2008, Microsoft (formerly Revolution Analytics) staff and guests have written about R every weekday at the Revolutions blog (http://blog.revolutionanalytics.com) and every month I post a summary of articles from the previous month of particular interest to readers of r-help. In case you missed them, here are some articles related to R from the month of October: A recent survey of
2017 Jun 06
0
Revolutions blog: May 2017 roundup
Since 2008, Microsoft (formerly Revolution Analytics) staff and guests have written about R every weekday at the Revolutions blog (http://blog.revolutionanalytics.com) and every month I post a summary of articles from the previous month of particular interest to readers of r-help. In case you missed them, here are some articles related to R from the month of May: Many interesting presentations
2006 Apr 20
5
acts_as_taggable patch 3866 needs some testing
DHH''s acts_as_taggable is now much more usable with this patch. http://dev.rubyonrails.org/ticket/3866 This patch adds scoped finders, documentation, and tests: # Get tags for all articles in a blog @blog.articles.tags # Get tags for articles in a blog published in the last year @blog.articles.tags :conditions => [''published_at > ?'', 1.year.ago] # Get related
2017 Jul 10
0
Revolutions blog: June 2017 roundup
Since 2008, Microsoft (formerly Revolution Analytics) staff and guests have written about R every weekday at the Revolutions blog (http://blog.revolutionanalytics.com) and every month I post a summary of articles from the previous month of particular interest to readers of r-help. In case you missed them, here are some articles related to R from the month of June: R 3.4.1 "Single
2006 Sep 07
6
form_for - Child object - how to set parent id
...is a list of comments along with a form alowing the user to add a new comment. To create the form for the comment entry I used form_for which worked fine. However I need to somehow set the blog Id on the comment that is entered into that form. Here is the rhtml for the list: <% for blog in @blogs %> <span class="blog_header"><%=h blog.title %></span> <span class="blog_date"><%=h blog.date_entered.to_s(:long) %></span> <span class="blog_body"><%=h blog.body %></span> <div class="blo...
2016 May 18
3
Interested in writing for the LLVM blog?
...copies of them make up 90% of the posts on blog.llvm.org makes it very difficult to find the remaining 10%. Please can we stop cross-posting LLVM Weekly to the LLVM blog instead promote links to llvmweekly.org (and, ideally, to the most recent 4-5 articles) to the front page of llvm.org and to the blogs.llvm.org? David
2016 May 18
0
Interested in writing for the LLVM blog?
Hi everybody, I do write some Clang/LLVM related articles on my blog[1][2], and I will be happy to write for LLVM’s blog. However, I can’t omit bike-shedding :) Forgive me my directness, but current blog doesn’t look like something close to 2016. The blog already has lots of great articles. But it’s so hard to grasp valuable information when you have to read non-highlighted C++ code. I think I
2009 Dec 05
2
Announcing a new R news site: R-bloggers.com
....com What is R-Bloggers.com? R-Bloggers.com hopes to serve the R community by presenting (in one place) all the new articles (posts) written (in English) about R in the "R blogosphere". How does R-Bloggers operate? This site aggregates feeds (only with permission!) from participating R blogs. The beginnings of each participating blog’s posts will automatically be displayed on the main page with links to the original posts; inside every post there is a link to the original blog and links to other related articles. All participating blogs will have links in the “Contributors” section of...
2018 Feb 07
0
Revolutions blog: January 2018 roundup
Since 2008, Microsoft (formerly Revolution Analytics) staff and guests have written about R at the Revolutions blog (http://blog.revolutionanalytics.com) and every month I post a summary of articles from the previous month of particular interest to readers of r-help. In case you missed them, here are some articles related to R from the month of January: Josh Katz and Peter Aldhous used R to
2018 Apr 06
0
Revolutions blog roundup: March 2018
Since 2008, Microsoft staff and guests have written about R at the Revolutions blog (http://blog.revolutionanalytics.com) and every month I post a summary of articles from the previous month of particular interest to readers of r-help. In case you missed them, here are some articles related to R from the month of March: The "reticulate" package provides an interface between R and