Displaying 20 results from an estimated 35 matches for "apress".
Did you mean:
press
2006 Jan 03
1
Another Rails blog entry out of Apress
A short entry, but good words about Rails.
http://ablog.apress.com/?p=842
--
thanks,
-pate
-------------------------
2006 May 31
0
Another Rails book announcement
Apress (www.apress.com) has announced one RoR book and
mentioned that more are coming.
Blog Announcement:
http://ablog.apress.com/?p=1116
Beginning Ruby Programming Book Website:
http://www.apress.com/book/bookDisplay.html?bID=10124
Hearkening back to the ruby-talk discussion of Linux Journal'&...
2009 Sep 03
5
Rails 3.o
So...
"Beginning Rails 3" is supposedly due Sept 2009 http://www.apress.com/book/view/9781430224334
"Rails 3 in Action" is due February 2010 (est.) http://www.manning.com/katz/
... can we assume a beta release of Rails 3 is very close?
Would like to invest in Rails 3 :)
2007 Aug 08
9
RSpec book?
<http://www.apress.com/book/bookDisplay.html?bID=10368>
Came across this as a stub page browsing Amazon UK. This is good
news! I''m surprised it hasn''t been discussed on the list before.
Was Chad keeping it a secret?
I hope it will have plenty of BDD theory. I''m still waiting fo...
2018 May 23
2
lazy_expunge ...
deeper still looks like culprit was
fts_enforced = "no"
which i removed given default anyway ..
still get error
[root at stargate dovecot.rawlog]# doveadm search -u matt at the-bryants.net
mailbox .EXPUNGED/* from noreply at apress.com
doveadm(matt at the-bryants.net): Error: fts: Failed to sync mailbox
.EXPUNGED: Mailbox doesn't exist: .EXPUNGED
6156a416748c035b5c0b0000ef794dd1 1
even though in theory have disabled .EXPUNGED from being indexed ..
fts_autoindex_exclude = \Junk
fts_autoindex_exclude = \Trash...
2015 Feb 09
3
Recommendations for good CentOS 7 documentation
...ities of RHEL/CentOS 7.x. It can be either online or in printed
book format, and I'm fluent in german, french and english.
I have a good books about 5.x: "RHEL 5 Unleashed" from Sams,
"Foundations of CentOS Linux" and "The Definitive Guide to CentOS", both
from Apress.
Can anyone recommend anything similar on 7.x?
Cheers from South France,
Niki Kovacs
--
Microlinux - Solutions informatiques 100% Linux et logiciels libres
7, place de l'?glise - 30730 Montpezat
Web : http://www.microlinux.fr
Mail : info at microlinux.fr
T?l. : 04 66 63 10 32
2010 May 08
2
uninitialized constant - Please Help Me...
Hello everyone,
I''ve decided to take the step into creating a mini-forum for my
website where users can open new posts on exixting topics and allow
people to discuss things etc...
I am following a tutorial in the book: APRESS - Practical Rails Social
Networking Sites and have hit a minor issue.
Part of the Forum requirements is to add a moderator role to allow
only certain individuals the ability to manage topics etc.
That code is in the moderator_role.rb migration file which looks like
this:
class AddModeratorRole &...
2006 Mar 17
1
Congratulations!Both Rails book and framework win Jolt Award
...Rails by Dave Thomas, David
Hansson, Leon Breedt and Mike Clark (Pragmatic Bookshelf)
Productivity Winners:
? Framework Design Guidelines: Conventions, Idioms, and Patterns for
Reusable .NET Libraries by Krzysztof Cwalina and Brad Abrams
(Addison-Wesley)
? Practical Common Lisp by Peter Seibel (Apress)
? Why Programs Fail: A Guide to Systematic Debugging by Andreas Zeller
(Morgan Kaufmann)
WEB DEVELOPMENT TOOLS
Jolt Winner: Rails 1.0 (rubyonrails.org)
Productivity Winners:
? JBoss Application Server 4x (JBoss)
? Macromedia Studio 8 2005 (Adobe)
? Zend Studio - Enterprise Edition 5.0 (Zend)...
2005 Dec 21
0
blog post worth reading (and commenting on)
Over at the APress group Blog, Christian Gross has picked up the Slashdot
article on the maintainability of RoR. He''s pretty neutral, but doesn''t seem to
have the full picture in front of him either.
Have a read at:
http://ablog.apress.com/?p=824#comments
Then, if you feel so moved, leave a comm...
2005 Dec 28
0
another reference to Rails
Michael Stahnke, over at the Apress group blog, calls Rails ''What to
watch Next Year'' and says that it''s his ''favorite web development
since PHP 5 was released.''
Full content of the post is at: http://ablog.apress.com/?p=837#more-837
--
thanks,
-pate
-------------------------
2010 Jun 24
1
Bug in cfdisk?
Hi,
I'm currently working through Sander Van Vugt's "Beginning the Linux
Command Line" (Apress), just for fun. Right now I'm just trying out all
the examples in chapter 5, dedicated to managing partitions and logical
volumes. After some work with fdisk (which I normally use), the book
introduces cfdisk (which I've been using in Slackware days). Curiously
enough, CentOS' cfdis...
2007 Dec 28
1
JtestR 0.1 released
...testr.codehaus.org/Getting+Started
Team:
Ola Bini - ola.bini at gmail.com
Anda Abramovici - anda.abramovici at gmail.com
--
Ola Bini (http://ola-bini.blogspot.com)
JRuby Core Developer
Developer, ThoughtWorks Studios (http://studios.thoughtworks.com)
Practical JRuby on Rails (http://apress.com/book/view/9781590598818)
"Yields falsehood when quined" yields falsehood when quined.
2018 May 23
3
lazy_expunge ...
So I decided to configure this plugin and take it for a test drive ..
configured using mdbox (main namespace is
Maildir) .. So as per Wiki have the following namespaces defined ...
location is held within db ... but basically Maildir:~/Maildir for inbox
namespace
==== 8< ===============
namespace inbox {
list = yes
type = private
inbox = yes
prefix = INBOX/
separator = /
2018 May 23
0
lazy_expunge ...
...Bryant wrote:
> deeper still looks like culprit was
>
> fts_enforced = "no"
>
> which i removed given default anyway ..
>
> still get error
>
> [root at stargate dovecot.rawlog]#? doveadm search -u
> matt at the-bryants.net mailbox .EXPUNGED/* from noreply at apress.com
> doveadm(matt at the-bryants.net): Error: fts: Failed to sync mailbox
> .EXPUNGED: Mailbox doesn't exist: .EXPUNGED
> 6156a416748c035b5c0b0000ef794dd1 1
>
> even though in theory have disabled .EXPUNGED from being indexed ..
>
> ??? fts_autoindex_exclude = \Junk
> ?...
2004 Nov 27
2
Shared remote repository
...ver OR on the local file system, knowing that the server will
always have the latest version of every file.
Now: is it possible to do this using rsync?
Bye!
Merc.
------------------------------------------------------------------------
----
Tony Mobily
Author of "Hardening Apache" (Apress)
"...this book can save you pain, humiliation, and hair loss" --
Mitchell Pirtle, PHP Magazine 05/2004
2010 Jul 06
28
Is this book dated?
http://apress.com/book/view/9781590597811
I acquired this book and it has the info I thought I wanted; but, I''m not
sure.
Is there something better more current out there? RESTful oath openid etc..
I''m coming from a wordpress to cake, codeigniter tinkering and forget why I
tried rails; but,...
2018 May 23
1
lazy_expunge ...
...018 13:29, Matt Bryant wrote:
> So digging a little deeper it seems this maybe an issue between
> fts/fts_lucene and lazy_expunge .. if I disable the fts plugin
>
> [root at stargate dovecot.rawlog]#? doveadm search -u
> matt at the-bryants.net mailbox .EXPUNGED/Trash from noreply at apress.com
> 6156a416748c035b5c0b0000ef794dd1 1
>
> search works ..
>
> so begs the question whats fts_lucene doing ...
>
> rgds
>
> Matt
>> Matt Bryant <mailto:matt at the-bryants.net>
>> 23 May 2018 at 3:37 pm
>> So I decided to configure this plugin an...
2008 Feb 05
9
ActiveResource / Creating an API
Hi,
I am currently looking at creating an api for a new RESTful app built
using rails 2.0. The two solutions I have come across seems to be
ActiveResource and ActionWebServices.
Although there seems to be plenty of documentation for the older
ActionWebServices (both online and in books), this does not seem to be
the case for ActiveResource.
Does anyone know of any decent articles / screencasts
2007 Oct 13
4
Chapter 9
Hello,
I''m currently stunk on this issue for few days and I do not know how
to get it fixed.
The system always raises this error message :
order is closed
and here is my order.rb:
class Order < ActiveRecord::Base
include ActiveMerchant::Billing
before_validation :set_status
attr_protected :id, :customer_ip, :status, :error_message, :updated_at, :created_at
attr_accessor
2008 Mar 15
4
* Please help a RoR Newbie!!*
Hi Everyone!
I''ve only just started with Ruby so am a touch lost.
THis morning i downloaded the quick win (locomotive) and, once i swith
that on, I can view the Ruby start page at localhost:3000
My problem is, I''m not that great with finding my way round terminal. I
can do basic cd .. etc to view files, but am VERY LOST!! :-)
the Ruby page says:
#
Create your databases and