dev.mensfeld.pl dev.mensfeld.pl

dev.mensfeld.pl

Running with Rails - Dev Blog not only for Rails fanatics

Mostly Ruby on Rails - but not only! Also some Python, PHP and Linux admin stuff

http://dev.mensfeld.pl/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR DEV.MENSFELD.PL

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

September

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Tuesday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.8 out of 5 with 4 reviews
5 star
3
4 star
1
3 star
0
2 star
0
1 star
0

Hey there! Start your review of dev.mensfeld.pl

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

FAVICON PREVIEW

  • dev.mensfeld.pl

    16x16

  • dev.mensfeld.pl

    32x32

CONTACTS AT DEV.MENSFELD.PL

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Running with Rails - Dev Blog not only for Rails fanatics | dev.mensfeld.pl Reviews
<META>
DESCRIPTION
Mostly Ruby on Rails - but not only! Also some Python, PHP and Linux admin stuff
<META>
KEYWORDS
1 it dev informatyka blog pk mensfeld susanoo
2 rails
3 ruby
4 1.9.2
5 paperclip
6 Rails
7 activerecord
8 javascript
9 php
10 ruby on rails
CONTENT
Page content here
KEYWORDS ON
PAGE
search for,about me,ruby course,rails concerns,namespace,posted by,maciej mensfeld,posted in,rails,ruby,software,discussion,0 comments,tags,activerecord,activesupport,concern,ruby on rails,dragonfly,default,imagemagick,images,thumbs,rsaquo;,raquo;
SERVER
Apache/2.4
POWERED BY
PHP/5.3.29
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Running with Rails - Dev Blog not only for Rails fanatics | dev.mensfeld.pl Reviews

https://dev.mensfeld.pl

Mostly Ruby on Rails - but not only! Also some Python, PHP and Linux admin stuff

INTERNAL PAGES

dev.mensfeld.pl dev.mensfeld.pl
1

ActiveSupport | Running with Ruby - Dev Blog not only for Ruby on Rails fanatics!

http://dev.mensfeld.pl/tag/activesupport

Running with Ruby – Dev Blog not only for Ruby on Rails fanatics! ActiveRecord isolated, namespaced scopes and methods using instance exec and ActiveSupport: Concern. Are a really good way to provide shared functionalities into your models. For example you can add scopes and then apply them in multiple classes:. Module Statistics extend ActiveSupport: Concern included do scope :disabled, - { where(disabled: true) } end end class Host include Statistics end. Proxy object and instance exec as a solution.

2

Rails | Running with Ruby - Dev Blog not only for Ruby on Rails fanatics!

http://dev.mensfeld.pl/category/rails

Running with Ruby – Dev Blog not only for Ruby on Rails fanatics! Errbit HTTPS: Setting up Errbit reporter (Airbrake v5 gem) to work with self-signed HTTPS certificate. If you’re using old Errbit version (0.2.0, 0.4.0) and an old Airbrake version (v4) please refer to this manual. To make it work with self-signed certificates. Airbrake: HTTP error: SSL connect returned=1 errno=0 state=unknown state: certificate verify failed. OpenSSL: SSL: VERIFY PEER = OpenSSL: SSL: VERIFY NONE. To make it work:. Module ...

3

Ruby On Rails | Running with Ruby - Dev Blog not only for Ruby on Rails fanatics!

http://dev.mensfeld.pl/tag/ruby-on-rails

Running with Ruby – Dev Blog not only for Ruby on Rails fanatics! Ruby on Rails, Mysql2: Error: Incorrect string value: ‘ xF0 x9F x99 x82’ and Specified key was too long; max key length is 767 bytes. If you get error like this one:. Mysql2: Error: Incorrect string value: ' xF0 x9F x99 x82'. It means that you use verion of Mysql with settings that does not support full Unicode. Changing that in Ruby on Rails should be fairly simple:. However you might encounter following error:. To fix that you need to:.

4

Dragonfly | Running with Ruby - Dev Blog not only for Ruby on Rails fanatics!

http://dev.mensfeld.pl/tag/dragonfly

Running with Ruby – Dev Blog not only for Ruby on Rails fanatics! Ruby: Dragonfly gem – auto-orient for all the images. Block with an auto orient command and you are ready to go! Class Picture ActiveRecord: Base extend Dragonfly: Model dragonfly accessor :image do after assign do attachment # Auto orient all the images - so they will look as they should attachment.convert! Auto-orient' end end end. Of course, they would probably get cached, so they would not take much time, but still, there’s a bet...

5

Backup (mysql dump) all your MySQL databases in separate files | Running with Ruby - Dev Blog not only for Ruby on Rails fanatics!

http://dev.mensfeld.pl/2013/04/backup-mysql-dump-all-your-mysql-databases-in-separate-files

Running with Ruby – Dev Blog not only for Ruby on Rails fanatics! Backup (mysql dump) all your MySQL databases in separate files. Sometimes we would like to dump all the MySQL databases. MySQL provides an easy solution to this problem:. Mysqldump -u root -p - all-databases all dbs.sql. However this will dump stuff into one file. How to dump all databses into separate files? Well, here is my solution. A small bash script:. Very nice idea, very creative and I just used it to backup a server. Mkdir -p $BACK...

UPGRADE TO PREMIUM TO VIEW 16 MORE

TOTAL PAGES IN THIS WEBSITE

21

LINKS TO THIS WEBSITE

e-wojtowicz.pl e-wojtowicz.pl

Wyłączenie automatycznego zapisu znaczników czasu w Railsach | e-Wójtowicz

http://e-wojtowicz.pl/ruby-on-rails/wylaczenie-automatycznego-zapisu-znacznikow-czasu-w-railsach

Wyłączenie automatycznego zapisu znaczników czasu w Railsach. W 2 sierpnia 2011. Pisząc aplikacje prawie zawsze potrzebuję w swoich tabelach tych dwóch kolumn, tj. created at oraz updated at. Jak wiemy railsy automagiczne „opiekują się” tymi polami, więc zasadniczo nie musimy się w tej kwestii niczym przejmować i zawracać sobie tym głowy. W pliku danego modelu (w którym chcemy wyłączyć):. Selfrecord timestamps = false. ActiveRecord: Base.record timestamps = false. Instalacja gdesklets na ubuntu 10.10.

e-wojtowicz.pl e-wojtowicz.pl

Tomek | e-Wójtowicz

http://e-wojtowicz.pl/author/Tomek

Netbeans 6.9.1 i brzydkie czcionki na Ubuntu 11.10. W 12 listopada 2011. Po instalacji Netbeansa 6.9.1 na Ubuntu 11.10 edytor wyglądał tak. Niestety ale dla mnie na takim czymś nie da się pracować :/. Na szczęście jesteśmy w stanie zmienić ten brzydki wygląd. Standardowo netbeans instaluje się w takiej lokalizacji – „/home/user name/netbeans-6.9.1″. J-Dswing.aatext=true -J-Dawt.useSystemAAFontSettings=on - laf javax.swing.plaf.metal.MetalLookAndFeel. W 7 listopada 2011. Cd /var/www sudo gedit test.php.

e-wojtowicz.pl e-wojtowicz.pl

CSS | e-Wójtowicz

http://e-wojtowicz.pl/tag/css

W 22 września 2010. W pewnym momencie nauki programowania (tj. dzisiaj) naszła mnie potrzeba i chęć założenia własnego bloga. Będzie to dla mnie pewnego rodzaju archiwum tego co zrobiłem i z jakimi problemami się zmagałem. Jakie tematy będę omawiał? PHP, bazy danych, jQuery (biblioteka dla języka JavaScript), CSS, może trochę o wzorcach projektowych No, może tyle na początek, reszta wyjdzie w praniu. Tak więc na początek powiem gromkie ‘HELLO WORLD’ i do przodu. Php echo 'Hello world';? Uarr; Na gór?

e-wojtowicz.pl e-wojtowicz.pl

Could not find a JavaScript runtime | e-Wójtowicz

http://e-wojtowicz.pl/ruby-on-rails/could-not-find-javascript-runtime

Could not find a JavaScript runtime. W 7 września 2011. Tworząc nowy projekt w railsach 3.1 podczas wywołania. Pojawił mi się taki oto błąd:. Could not find a JavaScript runtime. See https:/ github.com/sstephenson/execjs for a list of available runtimes. (See full trace by running task with - trace). Aby pozbyć się tego błędu należy dodać do pliku Gemfile dwa gemy:. Gem 'execjs' gem 'therubyracer'. I wszystko działa jak należy. Wyłączenie automatycznego zapisu znaczników czasu w Railsach. Uarr; Na gór?

e-wojtowicz.pl e-wojtowicz.pl

O mnie | e-Wójtowicz

http://e-wojtowicz.pl/o-mnie

Nazywam się Wójtowicz Tomasz ( GoldenLine. Jestem studentem V roku Informatyki na Politechnice Częstochowskiej. We wrześniu będę bronił pracę magisterską (temat: „Tworzenie dynamicznych aplikacji internetowych w technologii Ruby on Rails”). Obecnie pracuję w firmie InternetStudio. Na stanowisku Programista PHP. Kilka lat znajomości PHP (framework Symfony). Obecnie uczę się Ruby on Rails. Do tej pory w Ruby on Rails stworzyłem:. Coś w stylu Twittera. Na bazie tutoriala. Ponadto w PHP stworzyłem:. PHP, MyS...

firmy.fmi.pk.edu.pl firmy.fmi.pk.edu.pl

Kurs Programowania w Ruby

http://www.firmy.fmi.pk.edu.pl/index.php/34-kurs-programowania-w-ruby

Zapraszamy do włączenie się we współpracę z Naszą uczelnią. Wwwfirmy.pk.edu.pl. Kurs Programowania w Ruby. Kurs Programowania w Ruby. Karolina Grzechnik. Opublikowano w Aktualności. Zapraszamy wszystkich studentów Wydziału Fizyki, Matematyki i Informatyki Politechniki Krakowskiej na semestralny, bezpłatny kurs programowania w Ruby. Więcej informacji oraz zapisy na. Http:/ dev.mensfeld.pl/. Wwwfirmy.fmi.pk.edu.pl 2012.

e-wojtowicz.pl e-wojtowicz.pl

class | e-Wójtowicz

http://e-wojtowicz.pl/tag/class

W 25 września 2010. Pisząc aplikacje zorientowane obiektowo, zazwyczaj każdą klasę zapisujemy w osobnym pliku. Następnie w momencie gdy chcemy z którejś skorzystać, musimy ją ręcznie dołączyć, używając funkcji np. Require once(‘nazwa pliku.php’). Przy większych projektach takie dodawanie jest bardzo niepraktyczne, można nawet powiedzieć, że staje się udręką. Rozwiązaniem tego problemu jest napisanie autoloader’a,. Wymagane PHP = 5. Wymagane PHP = 5.1.2. Jaka jest różnica pomiędzy tym dwoma funkcjami?

e-wojtowicz.pl e-wojtowicz.pl

Instalacja gdesklets na ubuntu 10.10 | e-Wójtowicz

http://e-wojtowicz.pl/ubuntu/instalacja-gdesklets-na-ubuntu-10-10

Instalacja gdesklets na ubuntu 10.10. W 10 kwietnia 2011. Dzisiaj chciałem zainstalować jakiś graficzny dodatek na pulpit, pokazujący aktualną pogodę oraz jej prognozę. Wybór padł na gdesklets. Tak więc wziąłem się za instalację:. Sudo apt-get install gdesklets. Jednakże, gdy chciałem uruchomić menedżera widżetów (gdesklets) pojawił się taki oto problem:. Connecting to daemon [ # # ] = = = = = = = = = = = = = = = = = = = = = = = = = = = = = [04/10/11-22:08:39]= = Could not import tiling module! RVM, Ruby...

UPGRADE TO PREMIUM TO VIEW 65 MORE

TOTAL LINKS TO THIS WEBSITE

73

SOCIAL ENGAGEMENT



OTHER SITES

dev.mendeley.com dev.mendeley.com

Mendeley Developer Portal

Mendeley Opens up Science for Everyone. Mendeley is a platform that allows scholars from all over the world to collaborate, and opens up science for everyone. Join our API community to build tools to make researchers' lives easier. How to use the API? Walk through: step by step. Core APIs Quick Start Guides. Datasets APIs Quick Start Guides. Check out our blog. For the latest news. Clients who use the Mendeley API. BibBase is the easiest way to set up and maintain a scientific publications page. The Open...

dev.meneame.net dev.meneame.net

Menéame

Los principios de la paz y del buen gobierno. Pilar Rahola: Es el puto amo @KRLS burla la euroorden de España: Ya no está en Finlandia. El primer máser de estado sólido continuo a temperatura ambiente construido con diamante (ENG). Joven encontró conversación 'hot' en celular perdido. La mejor manera de no depender de los mercados de deuda. Pioneras del feminismo vasco, Kasi, la chica de las bombas. Ayuda a Puigdemont a llegar a Bruselas. Qué libro leemos en Abril? Ver respuestas ». Ver respuestas ».

dev.menifeeranchstorage.com dev.menifeeranchstorage.com

Menifee Ranch Storage

More Than Just Storage: A Complete Moving Solution! Worry Free Moving Services. 8211; – Main menu – –. Worry Free Moving Services. Clean and Reliable Storage. Covered Boat and RV Storage. More Than Just Storage: A Complete Moving Solution! Menifee Ranch Storage and Moving Solutions has all you need to move into your new storage unit or provides a place for you to store some of your larger items including boats and RVs. Allow Menifee Ranch Storage to be your complete moving solution. Learn More.

dev.meniscusinc.com dev.meniscusinc.com

Meniscus, Inc. | Community Development and Service to Southern Africa

The need across the globe is real. The time is now. Meniscus, Inc believes in. Serving the poor and under-resourced people of the world. Equipping indigenous leaders to facilitate change in their communities. Trusting in the transforming power of Jesus Christ. Learn about the current projects Meniscus is involved in and how you can help make a difference. Read more. Stories from the field. Read first-hand accounts from Meniscus volunteers and staff in our blog. Read more. Learn more about southern Africa.

dev.menorcaplus.com dev.menorcaplus.com

Apartamentos en Menorca: Alquiler de Vacaciones - Menorca Plus.com

34) 971 367 262. Atractivo complejo de apartamentos en menorca. De estilo rustico menorquín, grandes espacios ajardinados en vegetación autóctona con vistas al mar y a la costa del faro de Favaritx. Precio por dia / apartamento / IVA incluido. A pasos del mar. Conjunto de cinco apartamentos Menorca. De estilo rústico menorquín con solarium, piscina y con magníficas vistas a la playa del Arenal d'en Castell y a la Costa de Son Saura. Precio por dia / apartamento / IVA incluido. Para todos los gustos.

dev.mensfeld.pl dev.mensfeld.pl

Running with Rails - Dev Blog not only for Rails fanatics

Running with Rails – Dev Blog not only for Ruby on Rails fanatics! ActiveRecord isolated, namespaced scopes and methods using instance exec and ActiveSupport: Concern. Are a really good way to provide shared functionalities into your models. For example you can add scopes and then apply them in multiple classes:. Module Statistics extend ActiveSupport: Concern included do scope :disabled, - { where(disabled: true) } end end class Host include Statistics end. Proxy object and instance exec as a solution.

dev.menswear.de dev.menswear.de

Default Parallels Plesk Page

Web Server's Default Page. This page is generated by Parallels Plesk. The leading hosting automation software. You see this page because there is no Web site at this address. You can do the following:. Create domains and set up Web hosting using Parallels Plesk. Parallels is a worldwide leader in virtualization and automation software that optimizes computing for consumers, businesses, and Cloud services providers across all major hardware, operating systems, and virtualization platforms.

dev.ment2win.de dev.ment2win.de

Startseite | MENT2WIN®

Erste Schritte zum Einzel-Coaching. Für praktische Mental-Tipps: Abonnieren Sie unseren YouTube. Trainingsleistungen im Wettkampf mühelos abrufen. Einzel-Coaching: Individuell auf Sie zugeschnitten! Ausbildungen: Werden Sie doch selbst Coach! On-site Coaching: Dann eingreifen, wenn es drauf ankommt! Nun ist es endlich soweit: Auf vielfache Anfragen hin bieten wir eigene Coachingausbildungen an. Erfahren Sie mehr! Endlich wieder Kapazitäten frei! Gute Nachricht für alle am MENT2WIN. Andreas E. Kaehmer.

dev.mentalmodel.net dev.mentalmodel.net

Apache2 Ubuntu Default Page: It works

Apache2 Ubuntu Default Page. This is the default welcome page used to test the correct operation of the Apache2 server after installation on Ubuntu systems. It is based on the equivalent page on Debian, from which the Ubuntu Apache packaging is derived. If you can read this page, it means that the Apache HTTP server installed at this site is working properly. You should replace this file. Before continuing to operate your HTTP server. Package was installed on this server. Is always included from the main...

dev.menthadesign.com dev.menthadesign.com

Otsego District Public Library

Friends of the Library. Tour the Otsego Library. Ancestry (in library only). Braille and Talking Book Library. What to Read Next. EBook Resources and Instruction Sheets. Overdrive eBooks and eAudios. MeLCat eBooks K-8 Collection. Lyrics on the Lawn. Purchasing cialis online canada continued average price cialis. Lexapro medication verses herbs advice cheap cialis 20mg pills. Thursday Nights at 7 pm for our FREE Concert Series! Michigan Activity Pass (MAP). Have you tried Bookflix? Friends of the Library.

dev.mention.com dev.mention.com

Mention | API Docs - Getting Started

Create a new app. Authentication is done using the OAuth2 protocol: an access token is passed in each request for autentication. Obtaining an access token. Using the authorization endpoint. Redirect the user to the following URI:. Https:/ web.mention.net/authorize? Client id={your client id}&redirect uri={redirect uri}&response type=code. The code then must be exchanged with an access token by making a. Https:/ web.mention.net/oauth/v2/token. With the following parameters:. URI to redirect to. It can be ...